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 510fbb6 commit beadc5bCopy full SHA for beadc5b
.github/workflows/changelog.yml
@@ -2,25 +2,25 @@ name: Build
2
on:
3
push:
4
branches:
5
- - dev
+ - main
6
jobs:
7
package:
8
runs-on: ubuntu-latest
9
steps:
10
- -
11
- name: Install git-chglog
12
- uses: craicoverflow/install-git-chglog@v0.3.1
13
- name: Checkout code
14
uses: actions/checkout@v2
15
with:
16
- fetch-depth: 1
+ fetch-depth: 0
+
+ -
+ name: Install git-chglog
17
+ uses: craicoverflow/install-git-chglog@v0.3.1
18
-
19
name: Generate a CHANGELOG
- run: |
20
- alias git-tag='git tag'
21
- git-chglog -o CHANGELOG.md
+ run: git-chglog -o CHANGELOG.md
22
- uses: stefanzweifel/git-auto-commit-action@v4
23
24
- branch: dev
+ branch: main
25
file_pattern: CHANGELOG.md
26
commit_message: 'chore: update CHANGELOG'
0 commit comments