File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ You can see the docs for every version at [here](https://dbots.js.org/#/docs).
88
99## [ Unreleased]
1010
11+ ## [ 5.0.0] - 2020-09-27
12+ ### Changed:
13+ - ** [ BREAKING] ** Action parameters: multiple action parameters have been changed, refer to the docs for better info.
14+ - The code is now entirely in TypeScript.
15+
16+ ### Fixed:
17+ - Improved input checks.
18+ - Logs are now displayed on Windows too.
19+ - Remove unnecessary steps.
20+ - Remove unused dependencies
21+
1122## [ 4.4.0] - 2020-07-31
1223### Added:
1324- 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).
99110First release
100111
101112#
102- [ Unreleased ] : https://github.com/EndBug/add-and-commit/compare/v4.4 .0...HEAD
113+ [ Unreleased ] : https://github.com/EndBug/add-and-commit/compare/v5.0 .0...HEAD
103114[ 1.0.0 ] : https://github.com/EndBug/add-and-commit/tree/v1.0.0
104115[ 2.0.0 ] : https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
105116[ 2.1.0 ] : https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -119,3 +130,4 @@ First release
119130[ 4.2.1 ] : https://github.com/EndBug/add-and-commit/compare/v4.2.0...v4.2.1
120131[ 4.3.0 ] : https://github.com/EndBug/add-and-commit/compare/v4.2.1...v4.3.0
121132[ 4.4.0 ] : https://github.com/EndBug/add-and-commit/compare/v4.3.0...v4.4.0
133+ [ 5.0.0 ] : https://github.com/EndBug/add-and-commit/compare/v4.4.0...v5.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " add-and-commit" ,
3- "version" : " 4.4 .0" ,
3+ "version" : " 5.0 .0" ,
44 "description" : " Add & commit files from a path directly from GitHub Actions" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments