Skip to content

Commit 7e9f6cc

Browse files
committed
Document new tag argument
1 parent 576342e commit 7e9f6cc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- New optional `tag` argument allowing `v`-prefixed versions
13+
14+
### Changed
15+
16+
- The `version` argument is no longer required
17+
18+
### Deprecated
19+
20+
- The `version` argument will be replaced in favor of the `tag` argument
21+
1022
## [1.2.1] - 2021-02-23
1123

1224
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Update changelog
5454
uses: thomaseizinger/keep-a-changelog-new-release@v1
5555
with:
56-
version: 0.6.0 # You probably want to have this dynamic :)
56+
tag: v0.6.0 # You probably want to have this dynamic :)
5757
```
5858
5959
The action will do nothing else apart from modifying the changelog.

0 commit comments

Comments
 (0)