Update Release Drafter and CodeQL workflows: add release notes template and Java 21 setup

This commit is contained in:
!verity
2026-03-13 20:40:17 +01:00
parent 6f146516a8
commit fee9d8533c
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
# Config for release-drafter: how to categorize PRs in draft release notes
# Config for release-drafter v6: categorizes PRs in draft release notes
# https://github.com/release-drafter/release-drafter
template: |
## What's Changed
$CHANGES
**Full Changelog**: https://github.com/jakubbbdev/terminal-ui/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'