Skip to content

Commit 8c12ff7

Browse files
committed
release: v7.5.0
1 parent 5e435d8 commit 8c12ff7

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

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.5.0] - 2021-12-03
11+
12+
### Added:
13+
14+
- Support remote branch creation: use the `branch_mode` input to make the action create a new branch when there's no branch with the given name on the remote (#329)
15+
1016
## [7.4.0] - 2021-09-30
1117

1218
### Added:
@@ -266,7 +272,7 @@ First release
266272

267273
#
268274

269-
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...HEAD
275+
[unreleased]: https://github.com/EndBug/add-and-commit/compare/v7.5.0...HEAD
270276
[1.0.0]: https://github.com/EndBug/add-and-commit/tree/v1.0.0
271277
[2.0.0]: https://github.com/EndBug/add-and-commit/compare/v1.0.0...v2.0.0
272278
[2.1.0]: https://github.com/EndBug/add-and-commit/compare/v2.0.0...v2.1.0
@@ -303,3 +309,4 @@ First release
303309
[7.2.1]: https://github.com/EndBug/add-and-commit/compare/v7.2.0...v7.2.1
304310
[7.3.0]: https://github.com/EndBug/add-and-commit/compare/v7.2.1...v7.3.0
305311
[7.4.0]: https://github.com/EndBug/add-and-commit/compare/v7.3.0...v7.4.0
312+
[7.5.0]: https://github.com/EndBug/add-and-commit/compare/v7.4.0...v7.5.0

lib/index.js

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-lock.json

Lines changed: 8 additions & 8 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.4.0",
3+
"version": "7.5.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)