Skip to content

Commit

Permalink
ci: don't auto release pre-releases because release drafter doesn't u…
Browse files Browse the repository at this point in the history
…pdate pre-releases
  • Loading branch information
TheMerski committed Jul 27, 2023
1 parent c0b94cd commit 269d4aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ categories:
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
prerelease: true
version-resolver:
major:
labels:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
# with:
# config-name: my-config.yml
# disable-autolabeler: true
with:
prerelease: true
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 269d4aa

Please sign in to comment.