Skip to content

Commit

Permalink
Hotfix v1.1.0-rc.3 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev authored Feb 14, 2023
2 parents 1c21b8f + 64108dd commit 006ca65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/auto_merge_release_hotfix_into_develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
run: |
echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ env.GH_TOKEN }}
# needed by "gh pr create"
fetch-depth: 0

- name: Merge PR
env:
PR_NUMBER: ${{ github.event.number }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [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)

### Bug Fixes

* **workflow-auto-merge-release-hotfix-into-develop:** add missing step checkout repository ([0ad55e9](https://github.com/ansidev/sample-gitflow-release-workflows/commit/0ad55e940fbb28eed070fd4926a0597aed0b1f87))

## [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)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-rc.2
1.1.0-rc.3

0 comments on commit 006ca65

Please sign in to comment.