Skip to content

Commit d777621

Browse files
committed
release: v7.4.0
1 parent 2de1ed6 commit d777621

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.4.0] - 2021-09-30
11+
12+
### Added:
13+
14+
- Added `pull` input: you can use it to change the arguments of the `git pull` command (#294)
15+
16+
### Changed:
17+
18+
- Deprecated `pull_strategy`: use `pull` instead (#294)
19+
1020
## [7.3.0] - 2021-09-06
1121

1222
### Added:
@@ -256,7 +266,7 @@ First release
256266

257267
#
258268

259-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...HEAD
269+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...HEAD
260270
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
261271
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
262272
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -292,3 +302,4 @@ First release
292302
[7.2.0]: https://github.com/EndBug/add-and-commit/compare/v7.1.2...v7.2.0
293303
[7.2.1]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...v7.2.1
294304
[7.3.0]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...v7.3.0
305+
[7.4.0]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...v7.4.0

lib/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
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.3.0",
3+
"version": "7.4.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)