Skip to content

Commit

Permalink
chore: only run release drafter on non-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Nov 18, 2024
1 parent bf30563 commit ac5c922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release Drafter
on:
push:
branches:
# we only want to draft release notes for the base version,
# e.g. for releases/v0.18, we draft v0.18.0 for all RCs
# this means that we explicitly don't want to draft release notes for releases/v0.18.0 or releases/v0.18.1
- 'releases/v[0-9]+.[0-9]+'

permissions:
Expand Down

0 comments on commit ac5c922

Please sign in to comment.