You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
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
+
## [9.0.0] - 2022-03-11
11
+
12
+
### Changed:
13
+
14
+
-**[BREAKING]** The action will now fail when the `git commit` command fails. (#370)
15
+
-**[BREAKING]** The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the `tag_push` input). (#367)
16
+
17
+
### Added:
18
+
19
+
-`tag_push` input: you can now set the arguments of the `git push --tags` command.
20
+
-`tag_pushed` output: whether the action pushed tags.
0 commit comments