Skip to content

Commit b5dec7e

Browse files
committed
release: v5.1.0
1 parent 0c4298a commit b5dec7e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.1.0] - 2020-10-07
10+
### Added:
11+
- The default commit message now displays the name of the workflow too (issue #64)
12+
913
## [5.0.0] - 2020-09-27
1014
### Changed:
1115
- **[BREAKING]** Action parameters: multiple action parameters have been changed, refer to the docs for better info
@@ -108,7 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108112
First release
109113

110114
#
111-
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...HEAD
115+
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...HEAD
112116
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
113117
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
114118
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -129,3 +133,4 @@ First release
129133
[4.3.0]: https://github.com/EndBug/add-and-commit/compare/v4.2.1...v4.3.0
130134
[4.4.0]: https://github.com/EndBug/add-and-commit/compare/v4.3.0...v4.4.0
131135
[5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0
136+
[5.1.0]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...v5.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Add & commit files from a path directly from GitHub Actions",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)