Skip to content

Commit 763e9ec

Browse files
committed
use auto version bump in unreleased summary
1 parent 519a108 commit 763e9ec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Drafter
1+
name: Tag Release
22

33
on:
44
workflow_dispatch:

.github/workflows/unreleased-summary.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@ jobs:
3333
GITHUB_REPO: ${{ github.repository }}
3434
GIT_CLIFF_CONFIG: ${{ github.workspace }}/org-repo/.github/cliff.toml
3535
UV_CONSTRAINT: ${{ github.workspace }}/org-repo/.github/requirements.txt
36-
run: uvx git-cliff --unreleased --output "${GITHUB_STEP_SUMMARY}"
36+
run: >-
37+
uvx
38+
git-cliff
39+
--unreleased
40+
--bump
41+
--output
42+
"${GITHUB_STEP_SUMMARY}"
43+
--strip
44+
header

0 commit comments

Comments
 (0)