Skip to content

Commit 701772d

Browse files
committed
release: v7.1.0
1 parent f5554ef commit 701772d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.husky/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_
1+
_

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.1.0] - 2021-03-03
11+
12+
### Added:
13+
14+
- `pull_strategy`: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.
15+
1016
## [7.0.0] - 2021-01-16
1117

1218
### Changed:
@@ -213,7 +219,7 @@ First release
213219

214220
#
215221

216-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...HEAD
222+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.1.0...HEAD
217223
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
218224
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
219225
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -243,3 +249,4 @@ First release
243249
[6.1.0]: https://github.com/EndBug/add-and-commit/compare/v6.0.0...v6.1.0
244250
[6.2.0]: https://github.com/EndBug/add-and-commit/compare/v6.1.0...v6.2.0
245251
[7.0.0]: https://github.com/EndBug/add-and-commit/compare/v6.2.0...v7.0.0
252+
[7.1.0]: https://github.com/EndBug/add-and-commit/compare/v7.0.0...v7.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-and-commit",
3-
"version": "7.0.0",
3+
"version": "7.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)