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.
2 parents 9571c3d + 162e14a commit b5b25b7Copy full SHA for b5b25b7
.github/workflows/test-release-notes.yaml
@@ -1,8 +1,5 @@
1
name: (Test) Release Notes Generator
2
3
-env:
4
- COMMIT_MESSAGE_FORMAT: '- %s by %cn (%h)'
5
-
6
on:
7
workflow_dispatch:
8
inputs:
@@ -17,7 +14,7 @@ on:
17
14
commit-message-format:
18
15
description: 'Commit message format (see https://git-scm.com/docs/pretty-formats)'
19
16
type: string
20
- default: ${{ env.COMMIT_MESSAGE_FORMAT }}
+ default: '- %s by %cn (%h)'
21
derive-from-tag:
22
description: 'true = Auto-determine from-tag using previous tags; false = Set manually.'
23
type: boolean
0 commit comments