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).
8
8
9
9
## [ Unreleased]
10
10
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
+
11
22
## [ 4.4.0] - 2020-07-31
12
23
### Added:
13
24
- 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).
99
110
First release
100
111
101
112
#
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
103
114
[ 1.0.0 ] : https://github.com/EndBug/add-and-commit/tree/v1.0.0
104
115
[ 2.0.0 ] : https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
105
116
[ 2.1.0 ] : https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -119,3 +130,4 @@ First release
119
130
[ 4.2.1 ] : https://github.com/EndBug/add-and-commit/compare/v4.2.0...v4.2.1
120
131
[ 4.3.0 ] : https://github.com/EndBug/add-and-commit/compare/v4.2.1...v4.3.0
121
132
[ 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 1
1
{
2
2
"name" : " add-and-commit" ,
3
- "version" : " 4.4 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Add & commit files from a path directly from GitHub Actions" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments