Skip to content

Commit 05d895c

Browse files
authored
Hotfix v1.0.1 rc.1 (#4)
2 parents fc7ef86 + 4b12a8c commit 05d895c

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
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Create release
4545
env:
46-
RELEASE_TAG="${{ env.TAG_PREFIX }}${{ env.RELEASE_VERSION }}"
46+
RELEASE_TAG: "${{ env.TAG_PREFIX }}${{ env.RELEASE_VERSION }}"
4747
run: |
4848
gh release create \
4949
${{ env.RELEASE_TAG }} \

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.1](https://github.com/ansidev/sample-gitflow-release-workflows/compare/v1.0.1-rc.0...v1.0.1-rc.1) (2023-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **github-actions:** correct syntax ([dcea1b6](https://github.com/ansidev/sample-gitflow-release-workflows/commit/dcea1b6fde978a05ca3ff8855af26600e7a9f226))
11+
512
### 1.0.1-rc.0 (2023-02-12)
613

714
### Features

VERSION

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

0 commit comments

Comments
 (0)