mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 17:56:55 +00:00
[ci skip] Setup release drafter for future work
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
_extends: .github
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
name: "draft release"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "2.0.0"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update_release_draft:
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
|
steps:
|
||||||
|
- uses: "release-drafter/release-drafter@v5.15.0"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user