Skip to content

Commit fff2fc6

Browse files
committed
release: 2.0.4
1 parent 7df9efd commit fff2fc6

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.4] - 2021-10-07
11+
12+
- docs(readme): fixes wrong option under optional
13+
1014
## [2.0.3] - 2021-10-04
1115

1216
- fix: workflows now passes correctly
@@ -51,10 +55,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5155

5256
## [1.0.0] - 2021-08-22
5357

54-
- Initial release [`1854869`](https://github.com/dailydotdev/vscode-nftables/commit/1854869)
58+
- Initial release [`1854869`](https://github.com/dailydotdev/action-devcard/commit/1854869)
5559

56-
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...HEAD
57-
[2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3
60+
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...HEAD
61+
[2.0.4]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4
62+
[2.0.3]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3
5863
[2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.1...2.0.2
5964
[2.0.1]: https://github.com/dailydotdev/action-devcard/compare/2.0.0...2.0.1
6065
[2.0.0]: https://github.com/dailydotdev/action-devcard/releases/tag/2.0.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```yaml
1010
- name: devcard
11-
uses: dailydotdev/[email protected].3
11+
uses: dailydotdev/[email protected].4
1212
with:
1313
devcard_id: ${{ secrets.DEVCARD_ID }}
1414
```
@@ -37,7 +37,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard
3737

3838
```yaml
3939
- name: devcard
40-
uses: dailydotdev/[email protected].3
40+
uses: dailydotdev/[email protected].4
4141
with:
4242
devcard_id: ${{ secrets.DEVCARD_ID }}
4343
commit_branch: devcard

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ inputs:
3636

3737
runs:
3838
using: 'docker'
39-
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.3'
39+
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.4'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-devcard",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)