Skip to content

Commit

Permalink
fix: fix bumping version functionality by removing changelog function…
Browse files Browse the repository at this point in the history
  • Loading branch information
Younday committed Aug 8, 2024
1 parent 0b58534 commit 9269081
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 155 deletions.
2 changes: 0 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ version_files = [
"pyproject.toml:version",
"dynamic-configuration/pyproject.toml:version"
]
changelog_incremental = true
update_changelog_on_bump = true
3 changes: 0 additions & 3 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
changelog_increment_filename: changelog.md
github_token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: "changelog.md"
tag_name: syntho-cli-${{ env.REVISION }}
files: |
changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45 changes: 0 additions & 45 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 9269081

Please sign in to comment.