Skip to content

Commit 388ce4f

Browse files
committed
release: v6.0.0
1 parent a2ca498 commit 388ce4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.0] - 2020-12-22
11+
12+
### Added:
13+
14+
- (BREAKING?) Multiple git commands: support JSON/YAML arrays for the `add` and `remove` parameters (you still need pass a string as input, but that can be parsed to an array by the action). Using them will run multiple commands in succession. I don't think this will be really breaking anything, but I've used a major version change just to be sure. There's more info about this stuff on the README.
15+
1016
## [5.3.0] - 2020-12-12
1117

1218
### Added:
@@ -209,3 +215,4 @@ First release
209215
[5.1.2]: https://github.com/EndBug/add-and-commit/compare/v5.1.1...v5.1.2
210216
[5.2.0]: https://github.com/EndBug/add-and-commit/compare/v5.1.2...v5.2.0
211217
[5.3.0]: https://github.com/EndBug/add-and-commit/compare/v5.2.0...v5.3.0
218+
[6.0.0]: https://github.com/EndBug/add-and-commit/compare/v5.3.0...v6.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "5.3.0",
3+
"version": "6.0.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)