Skip to content

Commit a837bd2

Browse files
committed
release: v6.2.0
1 parent 9986de0 commit a837bd2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.2.0] - 2020-12-23
11+
12+
### Added:
13+
14+
- `push` input: allow for custom `git push` arguments to be used, more info in the README. (issue #100)
15+
1016
## [6.1.0] - 2020-12-22
1117

1218
### Added:
@@ -199,7 +205,7 @@ First release
199205

200206
#
201207

202-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v6.1.0...HEAD
208+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v6.2.0...HEAD
203209
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
204210
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
205211
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -227,3 +233,4 @@ First release
227233
[5.3.0]: https://github.com/EndBug/add-and-commit/compare/v5.2.0...v5.3.0
228234
[6.0.0]: https://github.com/EndBug/add-and-commit/compare/v5.3.0...v6.0.0
229235
[6.1.0]: https://github.com/EndBug/add-and-commit/compare/v6.0.0...v6.1.0
236+
[6.2.0]: https://github.com/EndBug/add-and-commit/compare/v6.1.0...v6.2.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.1.0",
3+
"version": "6.2.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)