Skip to content

Commit a3adef0

Browse files
committed
release: v7.2.0
1 parent e3d0544 commit a3adef0

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.2.0] - 2021-04-22
11+
12+
### Added:
13+
14+
- `default_author`: this input allows you to control how the action fills missing author name or email (issue #167)
15+
- `github_token` input introduced to get token to use in API calls
16+
17+
### Fixed:
18+
19+
- Git args are now parsed with [`string-argv`](https://npm.im/string-argv), the format has to comply with what the package can parse (issue #179)
20+
1021
## [7.1.2] - 2021-04-16
1122

1223
### Fixed:
@@ -231,7 +242,7 @@ First release
231242

232243
#
233244

234-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...HEAD
245+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...HEAD
235246
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
236247
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
237248
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -264,3 +275,4 @@ First release
264275
[7.1.0]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...v7.1.0
265276
[7.1.1]: https://github.com/EndBug/add-and-commit/compare/v7.1.0...v7.1.1
266277
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.2
278+
[7.2.0]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...v7.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: 2 additions & 2 deletions
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": "7.1.2",
3+
"version": "7.2.0",
44
"private": true,
55
"description": "Add & commit files from a path directly from GitHub Actions",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)