Skip to content

Commit

Permalink
release: v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Mar 3, 2021
1 parent f5554ef commit 701772d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.1.0] - 2021-03-03

### Added:

- `pull_strategy`: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

## [7.0.0] - 2021-01-16

### Changed:
Expand Down Expand Up @@ -213,7 +219,7 @@ First release

#

[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...HEAD
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.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 @@ -243,3 +249,4 @@ First release
[6.1.0]: https://github.com/EndBug/add-and-commit/compare/v6.0.0...v6.1.0
[6.2.0]: https://github.com/EndBug/add-and-commit/compare/v6.1.0...v6.2.0
[7.0.0]: https://github.com/EndBug/add-and-commit/compare/v6.2.0...v7.0.0
[7.1.0]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...v7.1.0
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-and-commit",
"version": "7.0.0",
"version": "7.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 701772d

Please sign in to comment.