Skip to content

Commit 57c075e

Browse files
committed
release: v5.2.0
1 parent dd36cc6 commit 57c075e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.2.0] - 2020-11-11
10+
### Added:
11+
- New `push` option: this lets you tell the action whether to push commit and tags to the repo. The default value is `true`, so that the default behavior is not changed. (issue #86)
12+
913
## [5.1.2] - 2020-11-10
1014
### Fixed:
1115
- Fixed an issue with the build (issue #88)
@@ -120,7 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120124
First release
121125

122126
#
123-
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.1.2...HEAD
127+
[Unreleased]: https://github.com/EndBug/add-and-commit/compare/v5.2.0...HEAD
124128
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
125129
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
126130
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -144,3 +148,4 @@ First release
144148
[5.1.0]: https://github.com/EndBug/add-and-commit/compare/v5.0.0...v5.1.0
145149
[5.1.1]: https://github.com/EndBug/add-and-commit/compare/v5.1.0...v5.1.1
146150
[5.1.2]: https://github.com/EndBug/add-and-commit/compare/v5.1.1...v5.1.2
151+
[5.2.0]: https://github.com/EndBug/add-and-commit/compare/v5.1.2...v5.2.0

lib/index.js

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