Skip to content

Commit 9269081

Browse files
author
Younes Moustaghfir
committed
fix: fix bumping version functionality by removing changelog functionality (issue: commitizen-tools/commitizen#950)
1 parent 0b58534 commit 9269081

File tree

4 files changed

+72
-155
lines changed

4 files changed

+72
-155
lines changed

.cz.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ version_files = [
77
"pyproject.toml:version",
88
"dynamic-configuration/pyproject.toml:version"
99
]
10-
changelog_incremental = true
11-
update_changelog_on_bump = true

.github/workflows/bump-version.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
- name: Create bump and changelog
2222
uses: commitizen-tools/commitizen-action@master
2323
with:
24-
changelog_increment_filename: changelog.md
2524
github_token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
2625
- name: Release
2726
uses: softprops/action-gh-release@v1
2827
with:
2928
body_path: "changelog.md"
3029
tag_name: syntho-cli-${{ env.REVISION }}
31-
files: |
32-
changelog.md
3330
env:
3431
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)