Skip to content

Commit

Permalink
feat: support release drafter (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 13, 2024
1 parent a44161d commit 5c3921a
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
@@ -0,0 +1 @@
_extends: .github
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
branches:
- "main"
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 5c3921a

Please sign in to comment.