Skip to content

Commit ac69816

Browse files
authored
Release v1.0.1-rc.3 (#8)
2 parents 4baa6fb + da3d1ca commit ac69816

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
gh pr create \
7070
--base ${{ env.BRANCH_DEVELOP }} \
7171
--head ${{ github.event.pull_request.head.ref }} \
72-
--target ${{ github.event.pull_request.merge_commit_sha }} \
7372
--title "${{ env.PR_TITLE }}" \
7473
--body "${{ env.PR_BODY }}" \
7574
--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.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.2...v1.0.1-rc.3) (2023-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **github-actions:** remove invalid command flag ([1794f4c](https://github.com/ansidev/sample-gitflow-release-workflows/commit/1794f4cc27e9053e6ddbbccd01d7d0895812d510))
11+
512
### [1.0.1-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.1...v1.0.1-rc.2) (2023-02-12)
613

714

VERSION

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

0 commit comments

Comments
 (0)