1
0
Эх сурвалжийг харах

🔨 fix(ci): change commitizen extension

metya 2 жил өмнө
parent
commit
48e74407dc

+ 1 - 1
.github/workflows/bumpversion.yml

@@ -21,7 +21,7 @@ jobs:
         name: Create bump and changelog
         uses: commitizen-tools/commitizen-action@master
         with:
-          extra_requirements: commitizen-emoji
+          extra_requirements: cz-emoji
           github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
           debug: true
       - name: Print Version

+ 1 - 1
pyproject.toml

@@ -1,4 +1,4 @@
 [tool.commitizen]
-# name = "cz_commitizen_emoji"
+name = "cz_emoji"
 version = "1.1.0"
 tag_format = "$version"