Skip to content

Commit

Permalink
fix: Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed Jan 17, 2025
1 parent f874896 commit 67c1d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,10 @@ jobs:
token: "${{ secrets.GITHUB_TOKEN }}"
fetch-depth: 0
fetch-tags: true
- name: List Git tags
run: git tag
- name: Debug Commitizen
run: cz bump --dry-run --changelog --changelog-to-stdout
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog_increment_filename: CHANGELOG.md
check_consistency: false
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
6 changes: 4 additions & 2 deletions cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
commitizen:
name: cz_conventional_commits
tag_format: v$major.$minor.$patch
changelog_file: CHANGELOG.md
tag_format: v$version
update_changelog_on_bump: true
version: v1.0.0
changelog_incremental: true
version: 1.0.0
version_scheme: semver

0 comments on commit 67c1d8d

Please sign in to comment.