Skip to content

Commit 006ca65

Browse files
authored
Hotfix v1.1.0-rc.3 (#31)
2 parents 1c21b8f + 64108dd commit 006ca65

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/auto_merge_release_hotfix_into_develop.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
run: |
2525
echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV
2626
27+
- name: Checkout repository
28+
uses: actions/checkout@v3
29+
with:
30+
ref: ${{ github.head_ref }}
31+
token: ${{ env.GH_TOKEN }}
32+
# needed by "gh pr create"
33+
fetch-depth: 0
34+
2735
- name: Merge PR
2836
env:
2937
PR_NUMBER: ${{ github.event.number }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1.0-rc.3](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.2...v1.1.0-rc.3) (2023-02-14)
6+
7+
### Bug Fixes
8+
9+
* **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository ([0ad55e9](https://github.com/ansidev/sample-gitflow-release-workflows/commit/0ad55e940fbb28eed070fd4926a0597aed0b1f87))
10+
511
## [1.1.0-rc.2](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2023-02-14)
612

713
### Bug Fixes

VERSION

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

0 commit comments

Comments
 (0)