Skip to content

Commit

Permalink
github: Update release-drafter.yml to Testing Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Nov 16, 2023
1 parent 9fc88f9 commit 2d8d989
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,45 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
template: |
# What's Changed
# Release Notes - Version v$RESOLVED_VERSION
$CHANGES
## What's Changed
### Enhancements
$ENHANCEMENTS
### Bug Fixes
$BUG_FIXES
### Refactors
$REFACTORS
### Dependencies
$DEPENDENCIES
### Pipeline
$PIPELINE
categories:
- title: 'Enhancements'
label: 'Enhancement'
description: 'New features or improvements.'
- title: 'Bug Fixes'
labels:
- 'BugFix'
- title: 'Refactor'
description: 'Fixes for reported issues.'
- title: 'Refactors'
label: 'Refactor'
description: 'Code restructuring without changing its external behavior.'
- title: 'Dependencies'
labels:
- 'Dependencies'
description: 'Updates to project dependencies.'
- title: 'Pipeline'
labels:
- 'CI'
- 'Build'
description: 'Changes related to the build and CI/CD pipeline.'

version-resolver:
major:
Expand Down

0 comments on commit 2d8d989

Please sign in to comment.