release: v7.3.0

This commit is contained in:
Federico Grandi
2021-09-06 16:42:52 +02:00
parent 9d257a1a37
commit ba8cd550ed
4 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [7.3.0] - 2021-09-06
### Added:
- Added custom committer support via the `committer_name` and `committer_email` inputs (#264)
- Added `commit_sha` output (#275)
- Added `pathspec_error_handling` input (#280)
## [7.2.1] - 2021-05-11
### Fixed:
@@ -248,7 +256,7 @@ First release
#
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...HEAD
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...HEAD
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -283,3 +291,4 @@ First release
[7.1.2]: https://github.com/EndBug/add-and-commit/compare/v7.1.1...v7.1.2
[7.2.0]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...v7.2.0
[7.2.1]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...v7.2.1
[7.3.0]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...v7.3.0

2
lib/index.js generated

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "add-and-commit",
"version": "7.2.1",
"version": "7.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "7.2.1",
"version": "7.3.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.5.0",

View File

@@ -1,6 +1,6 @@
{
"name": "add-and-commit",
"version": "7.2.1",
"version": "7.3.0",
"private": true,
"description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js",