Skip to content

Commit 5b358e4

Browse files
authored
Hotfix v1.0.1-rc.6 (#13)
2 parents a65c312 + f4e9eed commit 5b358e4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
gh label create ${{ env.PR_LABEL }} --force
6969
gh pr create \
7070
--base ${{ env.BRANCH_DEVELOP }} \
71-
--head ${{ github.head_ref }} \
71+
--head ${{ github.event.pull_request.merge_commit_sha }} \
7272
--title "${{ env.PR_TITLE }}" \
7373
--body "${{ env.PR_BODY }}" \
7474
--label "${{ env.PR_LABEL }}" \

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1-rc.6](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.5...v1.0.1-rc.6) (2023-02-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **github-actions:** correct command flag value ([95af6a2](https://github.com/ansidev/sample-gitflow-release-workflows/commit/95af6a2f92adb1f3a6709c9225b3028aedbc5987))
11+
512
### [1.0.1-rc.5](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.4...v1.0.1-rc.5) (2023-02-13)
613

714

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1-rc.5
1+
1.0.1-rc.6

0 commit comments

Comments
 (0)