Skip to content

Commit 53fd076

Browse files
committed
chore(ci): added support for running changelog generation in CI/CD
1 parent 18eecd1 commit 53fd076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Generate Changelog
3939
run: |
40-
git cliff -o CHANGELOG.md -n
40+
git cliff -o CHANGELOG.md
4141
4242
- name: Commit Changelog
4343
run: |

0 commit comments

Comments
 (0)