Skip to content

Commit d0c480a

Browse files
chore(CI): Add release PR title and sign release commits (#372)
1 parent 3cbccf9 commit d0c480a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/pr_title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
refactor
2525
chore
2626
upstream
27+
release
2728
requireScope: false
2829
env:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pre_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
with:
7171
tool: git-cliff
7272

73+
- uses: chainguard-dev/actions/setup-gitsign@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
74+
7375
- uses: cargo-bins/release-pr@0c019c0e5a6b9f722578d231d43ba900cacc5ffa # v2.1.3
7476
with:
7577
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)