Skip to content

Commit d4d0663

Browse files
authored
9.1.0
1 parent 780b0df commit d4d0663

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.1.0] - 2022-08-22
11+
### Added:
12+
- The `fetch` input allows you to customize the `git fetch` command, or to prevent the action from fetching at all.
13+
1014
## [9.0.1] - 2022-06-26
1115
### Fixed:
1216
- Now files are re-staged after pulling, so that the action works as intended when using options such as `pull: --rebase --autostash`
@@ -321,7 +325,7 @@ First release
321325

322326
#
323327

324-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v9.0.1...HEAD
328+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v9.1.0...HEAD
325329
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
326330
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
327331
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -364,3 +368,4 @@ First release
364368
[8.0.2]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2
365369
[9.0.0]: https://github.com/EndBug/add-and-commit/compare/v8.0.2...v9.0.0
366370
[9.0.1]: https://github.com/EndBug/add-and-commit/compare/v9.0.0...v9.0.1
371+
[9.1.0]: https://github.com/EndBug/add-and-commit/compare/v9.0.1...v9.1.0

lib/index.js

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

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": "9.0.1",
3+
"version": "9.1.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)