mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
Create createchangelog.yml (#2346)
This commit is contained in:
parent
af1743066f
commit
01837b028a
17
.github/workflows/createchangelog.yml
vendored
Normal file
17
.github/workflows/createchangelog.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: On release published
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
name: Update changelog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
- uses: rhysd/changelog-from-release/action@v3
|
||||
with:
|
||||
file: /docs/updates.md
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user