Skip to content

Commit ba8cd55

Browse files
committed
release: v7.3.0
1 parent 9d257a1 commit ba8cd55

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.3.0] - 2021-09-06
11+
12+
### Added:
13+
14+
- Added custom committer support via the `committer_name` and `committer_email` inputs (#264)
15+
- Added `commit_sha` output (#275)
16+
- Added `pathspec_error_handling` input (#280)
17+
1018
## [7.2.1] - 2021-05-11
1119

1220
### Fixed:
@@ -248,7 +256,7 @@ First release
248256

249257
#
250258

251-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...HEAD
259+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...HEAD
252260
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
253261
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
254262
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -283,3 +291,4 @@ First release
283291
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.2
284292
[7.2.0]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...v7.2.0
285293
[7.2.1]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...v7.2.1
294+
[7.3.0]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...v7.3.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.2.1",
3+
"version": "7.3.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)