Skip to content

Commit

Permalink
Revert release-drafter.yml from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Nov 16, 2023
1 parent 680be16 commit d30a249
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,25 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
template: |
# Release Notes - Version v$RESOLVED_VERSION
# What's Changed
## What's Changed
### Enhancements
$ENHANCEMENTS
### Bug Fixes
$BUG_FIXES
### Refactors
$REFACTORS
### Dependencies
$DEPENDENCIES
### Pipeline
$PIPELINE
$CHANGES
categories:
- title: 'Enhancements'
label: 'Enhancement'
description: 'New features or improvements.'
- title: 'Bug Fixes'
labels:
- 'BugFix'
description: 'Fixes for reported issues.'
- title: 'Refactors'
- title: 'Refactor'
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 d30a249

Please sign in to comment.