Skip to content

Commit

Permalink
Config release-drafter in 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 20, 2024
1 parent 219f5e0 commit 4793c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
_extends: .github
tag-template: plexus-utils-$NEXT_MINOR_VERSION
tag-template: plexus-xml-$NEXT_PATCH_VERSION
version-template: 3.$MINOR.$PATCH
commitish: 3.x
filter-by-commitish: true
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release Drafter
name: Release Drafter 3.x
on:
push:
branches:
- master
- 3.x
jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4793c27

Please sign in to comment.