ci: custom release PR sections & titles (#1548)

This commit is contained in:
James Hegedus 2023-05-28 23:10:57 +10:00 committed by GitHub
parent 6b2ebf575f
commit 8e2aa5d726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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