Skip to content

Commit 118e1e8

Browse files
committed
build: add changelog placeholder
fix marking prerelease
1 parent 4f3231c commit 118e1e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
--prerelease \
8282
--define=branch=master \
8383
publish
84-
gh release edit --prerelease "v$(poetry run semantic-release print-version --current)"
84+
gh release edit --prerelease "$(poetry run semantic-release print-version --current)"
8585
env:
8686
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22

3+
<!--next-version-placeholder-->
34

45
# 0.4.1
56

0 commit comments

Comments
 (0)