mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Create changelog.yml
This commit is contained in:
parent
477fe6608b
commit
22a888d51f
13
.github/workflows/changelog.yml
vendored
Normal file
13
.github/workflows/changelog.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
name: Create Changelogs
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
Create Changelogs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Create Changelogs
|
||||
uses: heineiuo/create-changelogs@v0.2.8
|
Loading…
x
Reference in New Issue
Block a user