Skip to content

Commit

Permalink
fixed Release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
tilalx committed Jun 5, 2024
1 parent 96ea58c commit 2237af5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_extends: .github
tag-template: msbuild-plugin-$NEXT_MINOR_VERSION
name-template: MSBuild Plugin $NEXT_MINOR_VERSION
name-template: msbuild-$MAJOR.$MINOR.$PATCH
14 changes: 14 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release Drafter

on:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2237af5

Please sign in to comment.