Skip to content

Commit

Permalink
Added release drafter 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Jan 29, 2024
1 parent 965ff25 commit 1ea49f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release-drafter-v7.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
- title: 🛠️ Maintenance
label: chore
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
commitish: 'support/7.x'
filter-by-commitish: true
template: |
## Changes
$CHANGES
4 changes: 4 additions & 0 deletions NBB.sln
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBB.Messaging.OpenTelemetry
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F57779EB-9107-427D-A65C-5AA262C348E1}"
ProjectSection(SolutionItems) = preProject
.github\release-drafter-v4.x.yml = .github\release-drafter-v4.x.yml
.github\release-drafter-v5.x.yml = .github\release-drafter-v5.x.yml
.github\release-drafter-v6.x.yml = .github\release-drafter-v6.x.yml
.github\release-drafter-v7.x.yml = .github\release-drafter-v7.x.yml
.github\release-drafter.yml = .github\release-drafter.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit 1ea49f0

Please sign in to comment.