mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
chore: unreleased
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Action Test
|
name: Action Test
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
git-cliff-action:
|
git-cliff-action:
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
config: fixtures/cliff.toml
|
config: fixtures/cliff.toml
|
||||||
args: --verbose --strip 'footer' --exclude-path '.github/**' --tag 0.0.0
|
args: --unreleased --strip 'footer' --exclude-path '.github/**' --tag 0.0.0
|
||||||
env:
|
env:
|
||||||
OUTPUT: fixtures/CHANGELOG.md
|
OUTPUT: fixtures/CHANGELOG.md
|
||||||
- name: Print the changelog
|
- name: Print the changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user