release: v8.0.2
This commit is contained in:
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [8.0.2] - 2022-02-07
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
|
||||||
|
- The `commit` input is now properly listed in the README. (#360)
|
||||||
|
|
||||||
## [8.0.1] - 2022-01-23
|
## [8.0.1] - 2022-01-23
|
||||||
|
|
||||||
### Fixed:
|
### Fixed:
|
||||||
@@ -299,7 +305,7 @@ First release
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...HEAD
|
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.2...HEAD
|
||||||
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
|
[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.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
|
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
|
||||||
@@ -339,3 +345,4 @@ First release
|
|||||||
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0
|
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0
|
||||||
[8.0.0]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...v8.0.0
|
[8.0.0]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...v8.0.0
|
||||||
[8.0.1]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...v8.0.1
|
[8.0.1]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...v8.0.1
|
||||||
|
[8.0.2]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "add-and-commit",
|
"name": "add-and-commit",
|
||||||
"version": "8.0.1",
|
"version": "8.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "add-and-commit",
|
"name": "add-and-commit",
|
||||||
"version": "8.0.1",
|
"version": "8.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "add-and-commit",
|
"name": "add-and-commit",
|
||||||
"version": "8.0.1",
|
"version": "8.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Add & commit files from a path directly from GitHub Actions",
|
"description": "Add & commit files from a path directly from GitHub Actions",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user