Skip to content

Commit

Permalink
chore: Update release drafter configuration with version variable usage
Browse files Browse the repository at this point in the history
- Update release drafter configuration to use $RESOLVED_VERSION variable
- Ensure consistent naming conventions in release drafter template
- Enhance readability and maintainability of release notes by utilizing variables in template
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent f4995dd commit c8120a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down

0 comments on commit c8120a6

Please sign in to comment.