We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cede9b commit 2a49b4fCopy full SHA for 2a49b4f
.chglog/config.yml renamed to .chglog/build.yml
.github/workflows/changelog.yml
@@ -10,13 +10,13 @@ jobs:
10
steps:
11
- name: Checkout code
12
uses: actions/checkout@v2
13
-
14
- - name: Fetch changes
15
- run: git fetch origin --prune --tags --unshallow
16
+ with:
+ fetch-depth: 0
+
17
18
name: Install git-chglog
19
uses: craicoverflow/[email protected]
20
21
name: Generate a CHANGELOG
22
run: git-chglog -o CHANGELOG.md
0 commit comments