Skip to content

Commit

Permalink
fix: publish release drafter draft release.
Browse files Browse the repository at this point in the history
Updates the release CI to publish the draft release created by release
drafter instead of creating a new release. Therefore, we will use the
nice changelog.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jun 28, 2023
1 parent ceb6c56 commit 153a7b6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

categories:
- title: '⚠️ Breaking changes'
labels:
Expand All @@ -7,6 +6,7 @@ categories:
- title: '🚀 Features'
labels:
- 'kind/enhancement'
- 'kind/feature'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bug'
Expand All @@ -21,7 +21,7 @@ exclude-labels:
- later
- wontfix
- kind/question
- skip-changelog
- release/skip-changelog

change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand All @@ -35,7 +35,11 @@ autolabeler:
title: '/.*!:.*/'
- label: 'area/dependencies'
title: 'chore(deps)'
- label: 'kind/enhancement'
- label: 'area/dependencies'
title: 'fix(deps)'
- label: 'area/dependencies'
title: 'build(deps)'
- label: 'kind/feature'
title: 'feat'
- label: 'kind/bug'
title: 'fix'
Expand All @@ -54,9 +58,9 @@ version-resolver:
- 'kind/enhancement'
patch:
labels:
- 'area/dependencies'
- 'kind/patch'
- 'kind/fix'
- 'kind/bug'
- 'kind/chore'
- 'area/dependencies'
default: patch

0 comments on commit 153a7b6

Please sign in to comment.