Skip to content

Commit

Permalink
feat: support release drafter (#66)
Browse files Browse the repository at this point in the history
* feat: support release-drafter

* faet: Create release-drafter.yml

* Update release-drafter.yml
  • Loading branch information
shenxianpeng committed Jan 25, 2024
1 parent 31dbdae commit ed5ee4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_extends: .github
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
branches:
- "master"
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.CPP_LINTER_TOKEN }}

0 comments on commit ed5ee4b

Please sign in to comment.