mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: custom release PR sections & titles (#1548)
This commit is contained in:
parent
6b2ebf575f
commit
8e2aa5d726
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -14,6 +14,12 @@ jobs:
|
||||
with:
|
||||
release-type: simple
|
||||
bump-minor-pre-major: true # remove this to enable breaking changes causing 1.0.0 tag
|
||||
changelog-types: |
|
||||
[
|
||||
{ "type": "feat", "section": "Features", "hidden": false },
|
||||
{ "type": "fix", "section": "Patches", "hidden": false },
|
||||
{ "type": "docs", "section": "Documentation", "hidden": false }
|
||||
]
|
||||
extra-files: |
|
||||
SECURITY.md
|
||||
docs/guide/getting-started.md
|
||||
|
Loading…
Reference in New Issue
Block a user