From fff2fc6daba03f3c036c454ff1a62864c116e706 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng Date: Thu, 7 Oct 2021 15:32:42 +0200 Subject: [PATCH] release: 2.0.4 --- CHANGELOG.md | 11 ++++++++--- README.md | 4 ++-- action.yml | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ed3f6..b5df7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.4] - 2021-10-07 + +- docs(readme): fixes wrong option under optional + ## [2.0.3] - 2021-10-04 - fix: workflows now passes correctly @@ -51,10 +55,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2021-08-22 -- Initial release [`1854869`](https://github.com/dailydotdev/vscode-nftables/commit/1854869) +- Initial release [`1854869`](https://github.com/dailydotdev/action-devcard/commit/1854869) -[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...HEAD -[2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3 +[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...HEAD +[2.0.4]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4 +[2.0.3]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/dailydotdev/action-devcard/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/dailydotdev/action-devcard/releases/tag/2.0.0 diff --git a/README.md b/README.md index e2ac414..5fa380d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ```yaml - name: devcard - uses: dailydotdev/action-devcard@2.0.3 + uses: dailydotdev/action-devcard@2.0.4 with: devcard_id: ${{ secrets.DEVCARD_ID }} ``` @@ -37,7 +37,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard ```yaml - name: devcard - uses: dailydotdev/action-devcard@2.0.3 + uses: dailydotdev/action-devcard@2.0.4 with: devcard_id: ${{ secrets.DEVCARD_ID }} commit_branch: devcard diff --git a/action.yml b/action.yml index e5f8b46..77816b6 100644 --- a/action.yml +++ b/action.yml @@ -36,4 +36,4 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.3' + image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.4' diff --git a/package.json b/package.json index 6976e65..035bc9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-devcard", - "version": "2.0.3", + "version": "2.0.4", "description": "GitHub Action to download the devcard from daily.dev", "private": true, "author": {