Skip to content

Commit b12b673

Browse files
authored
build: manually run auto changelog and fix workflow (#2494)
* fix: manually run auto changelog and fix workflow Signed-off-by: zachaller <[email protected]> * fix: add workflow changes Signed-off-by: zachaller <[email protected]> * change name on old CHANGELOG and make autogen primary Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent d610ec6 commit b12b673

File tree

3 files changed

+1042
-839
lines changed

3 files changed

+1042
-839
lines changed

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 0
1818
- name: Update Changelog
1919
run: |
20-
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_darwin_amd64.tar.gz
20+
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz
2121
tar -zxvf git-chglog.tar.gz
2222
chmod u+x git-chglog
23-
./git-chglog --sort semver -o CHANGELOG-AUTO.md v1.3.1..
23+
./git-chglog --sort semver -o CHANGELOG.md v1.3.1..
2424
rm git-chglog
2525
- name: Create Pull Request
2626
uses: peter-evans/create-pull-request@v4

0 commit comments

Comments
 (0)