Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Sep 7, 2021
1 parent 6269e64 commit 575d6ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2021-09-07

- released under @dailydotdev
- bumped dependencies

## [1.2.0] - 2021-08-25

- docs: fix the `Unreleased` link
Expand All @@ -31,8 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release [`1854869`](https://github.com/dailydotdev/vscode-nftables/commit/1854869)

[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/1.2.0...HEAD
[1.2.0]: https://github.com/dailydotdev/action-devcard/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/dailydotdev/action-devcard/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/dailydotdev/action-devcard/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/dailydotdev/action-devcard/releases/tag/1.0.0
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.0...HEAD
[2.0.0]: https://github.com/dailydotdev/action-devcard/releases/tag/2.0.0
[1.2.0]: https://github.com/ombratteng/action-devcard/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/ombratteng/action-devcard/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/ombratteng/action-devcard/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/ombratteng/action-devcard/releases/tag/1.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```yaml
- name: devcard
uses: dailydotdev/action-devcard@1.2.0
uses: dailydotdev/action-devcard@2.0.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
```
Expand Down Expand Up @@ -35,7 +35,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard

```yaml
- name: devcard
uses: dailydotdev/action-devcard@1.2.0
uses: dailydotdev/action-devcard@2.0.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/dailydotdev/action-devcard:1.2.0'
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-devcard",
"version": "1.2.0",
"version": "2.0.0",
"description": "GitHub Action to download the devcard from daily.dev",
"private": true,
"author": {
Expand Down

0 comments on commit 575d6ff

Please sign in to comment.