mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
14 lines
250 B
YAML
14 lines
250 B
YAML
|
|
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
|