Skip to content

Commit 756d9ea

Browse files
committed
release: v8.0.1
1 parent cb4f06f commit 756d9ea

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+10-1
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+
## [8.0.1] - 2022-01-23
11+
12+
### Fixed:
13+
14+
- Fixed a bug that prevented the `--allow-empty` flag from being used for the `commit` input. (#352)
15+
- Fixed README and CHANGELOG docs for the `pull` input, that were still showing the option to use `NO-PULL` to prevent pulling (while now it's the default behavior). (#354)
16+
- Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#351)
17+
1018
## [8.0.0] - 2022-01-20
1119

1220
### Fixed:
@@ -291,7 +299,7 @@ First release
291299

292300
#
293301

294-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...HEAD
302+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...HEAD
295303
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
296304
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
297305
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -330,3 +338,4 @@ First release
330338
[7.4.0]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...v7.4.0
331339
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0
332340
[8.0.0]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...v8.0.0
341+
[8.0.1]: https://github.com/EndBug/add-and-commit/compare/v8.0.0...v8.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
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)