We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519a108 commit 763e9ecCopy full SHA for 763e9ec
.github/workflows/tag-release.yml
@@ -1,4 +1,4 @@
1
-name: Release Drafter
+name: Tag Release
2
3
on:
4
workflow_dispatch:
.github/workflows/unreleased-summary.yml
@@ -33,4 +33,12 @@ jobs:
33
GITHUB_REPO: ${{ github.repository }}
34
GIT_CLIFF_CONFIG: ${{ github.workspace }}/org-repo/.github/cliff.toml
35
UV_CONSTRAINT: ${{ github.workspace }}/org-repo/.github/requirements.txt
36
- run: uvx git-cliff --unreleased --output "${GITHUB_STEP_SUMMARY}"
+ run: >-
37
+ uvx
38
+ git-cliff
39
+ --unreleased
40
+ --bump
41
+ --output
42
+ "${GITHUB_STEP_SUMMARY}"
43
+ --strip
44
+ header
0 commit comments