Skip to content

Commit b5b25b7

Browse files
authored
Merge pull request #10 from IShix-g/release
v1.0.19
2 parents 9571c3d + 162e14a commit b5b25b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-release-notes.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: (Test) Release Notes Generator
22

3-
env:
4-
COMMIT_MESSAGE_FORMAT: '- %s by %cn (%h)'
5-
63
on:
74
workflow_dispatch:
85
inputs:
@@ -17,7 +14,7 @@ on:
1714
commit-message-format:
1815
description: 'Commit message format (see https://git-scm.com/docs/pretty-formats)'
1916
type: string
20-
default: ${{ env.COMMIT_MESSAGE_FORMAT }}
17+
default: '- %s by %cn (%h)'
2118
derive-from-tag:
2219
description: 'true = Auto-determine from-tag using previous tags; false = Set manually.'
2320
type: boolean

0 commit comments

Comments
 (0)