release: v5.0.0

This commit is contained in:
Federico Grandi
2020-09-27 11:34:50 +02:00
parent 1d34a38003
commit 15954de18f
2 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,17 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
## [Unreleased]
## [5.0.0] - 2020-09-27
### Changed:
- **[BREAKING]** Action parameters: multiple action parameters have been changed, refer to the docs for better info.
- The code is now entirely in TypeScript.
### Fixed:
- Improved input checks.
- Logs are now displayed on Windows too.
- Remove unnecessary steps.
- Remove unused dependencies
## [4.4.0] - 2020-07-31
### Added:
- Pull requests: the action can now work in runs triggered by pull request events (issue #48)
@@ -99,7 +110,7 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
First release
#
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...HEAD
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...HEAD
[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.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -119,3 +130,4 @@ First release
[4.2.1]: https://github.com/EndBug/add-and-commit/compare/v4.2.0...v4.2.1
[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
[5.0.0]: https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0

View File

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