release: v5.1.0

This commit is contained in:
Federico Grandi
2020-10-07 20:08:48 +02:00
parent 0c4298a18d
commit b5dec7ea76
2 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [5.1.0] - 2020-10-07
### Added:
- The default commit message now displays the name of the workflow too (issue #64)
## [5.0.0] - 2020-09-27 ## [5.0.0] - 2020-09-27
### Changed: ### Changed:
- **[BREAKING]** Action parameters: multiple action parameters have been changed, refer to the docs for better info - **[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
First release First release
# #
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...HEAD [Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...HEAD
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0 [1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0 [2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0 [2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -129,3 +133,4 @@ First release
[4.3.0]: https://github.com/EndBug/add-and-commit/compare/v4.2.1...v4.3.0 [4.3.0]: https://github.com/EndBug/add-and-commit/compare/v4.2.1...v4.3.0
[4.4.0]: https://github.com/EndBug/add-and-commit/compare/v4.3.0...v4.4.0 [4.4.0]: https://github.com/EndBug/add-and-commit/compare/v4.3.0...v4.4.0
[5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0 [5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0
[5.1.0]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...v5.1.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "add-and-commit", "name": "add-and-commit",
"version": "5.0.0", "version": "5.1.0",
"description": "Add & commit files from a path directly from GitHub Actions", "description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {