Skip to content

Commit 7ab5679

Browse files
committed
feat: fix for changelog generation
1 parent 014a106 commit 7ab5679

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
args: --latest --strip header --output CHANGELOG.md
2929
env:
3030
GITHUB_REPOSITORY: ${{ github.repository }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132

3233
- name: Commit updated changelog
3334
run: |

cliff.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# git-cliff ~ configuration file
22
# https://git-cliff.org/docs/configuration
33

4-
# [remote.github]
5-
# owner = "orhun"
6-
# repo = "git-cliff"
7-
# token = ""
4+
[remote.github]
5+
owner = "arkanoider"
6+
repo = "mostro-cli"
87

98
[changelog]
109
# A Tera template to be rendered for each release in the changelog.

0 commit comments

Comments
 (0)