File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 1.2.1] - 2021-02-23
11
23
12
24
### Fixed
Original file line number Diff line number Diff line change 53
53
- name : Update changelog
54
54
uses : thomaseizinger/keep-a-changelog-new-release@v1
55
55
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 :)
57
57
` ` `
58
58
59
59
The action will do nothing else apart from modifying the changelog.
You can’t perform that action at this time.
0 commit comments