Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Aug 22, 2022
1 parent 780b0df commit d4d0663
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.1.0] - 2022-08-22
### Added:
- The `fetch` input allows you to customize the `git fetch` command, or to prevent the action from fetching at all.

## [9.0.1] - 2022-06-26
### Fixed:
- Now files are re-staged after pulling, so that the action works as intended when using options such as `pull: --rebase --autostash`
Expand Down Expand Up @@ -321,7 +325,7 @@ First release

#

[unreleased]: https://github.com/EndBug/add-and-commit/compare/v9.0.1...HEAD
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v9.1.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
Expand Down Expand Up @@ -364,3 +368,4 @@ First release
[8.0.2]: https://github.com/EndBug/add-and-commit/compare/v8.0.1...v8.0.2
[9.0.0]: https://github.com/EndBug/add-and-commit/compare/v8.0.2...v9.0.0
[9.0.1]: https://github.com/EndBug/add-and-commit/compare/v9.0.0...v9.0.1
[9.1.0]: https://github.com/EndBug/add-and-commit/compare/v9.0.1...v9.1.0
4 changes: 2 additions & 2 deletions lib/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "add-and-commit",
"version": "9.0.1",
"version": "9.1.0",
"private": true,
"description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js",
Expand Down

0 comments on commit d4d0663

Please sign in to comment.