mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Add Release Drafter
This commit is contained in:
parent
7fa8ae9d42
commit
f01a9171d3
8
.github/release-drafter.yml
vendored
Normal file
8
.github/release-drafter.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
change-template: '- #$NUMBER $TITLE @$AUTHOR'
|
||||
sort-direction: ascending
|
||||
exclude-labels:
|
||||
- "release-drafter-ignore"
|
||||
template: |
|
||||
## What’s Changed
|
||||
|
||||
$CHANGES
|
16
.github/workflows/release-drafter.yml
vendored
Normal file
16
.github/workflows/release-drafter.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Release Drafter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release-drafter:
|
||||
name: Release Drafter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🏃 Run Release Drafter
|
||||
uses: release-drafter/release-drafter@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user