Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b459efd

Browse filesBrowse files
Release drafter for master and 3.x branch
1 parent c9d72af commit b459efd
Copy full SHA for b459efd

File tree

Expand file treeCollapse file tree

3 files changed

+18
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+18
-1
lines changed

‎.github/release-drafter.yml

Copy file name to clipboard
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_extends: .github
2-
tag-template: plexus-utils-$NEXT_MINOR_VERSION
2+
tag-template: plexus-xml-$NEXT_MINOR_VERSION
3+
filter-by-commitish: true
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Drafter
2+
on:
3+
push:
4+
branches:
5+
- 3.x
6+
jobs:
7+
update_release_draft:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: release-drafter/release-drafter@v5
11+
with:
12+
commitish: '3.x'
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

‎.github/workflows/release-drafter.yml renamed to ‎.github/workflows/release-drafter-master.yml

Copy file name to clipboardExpand all lines: .github/workflows/release-drafter-master.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: release-drafter/release-drafter@v5
11+
with:
12+
commitish: 'master'
1113
env:
1214
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.