Merge pull request #22 from StevanFreeborn/stevanfreeborn/chore/update-versionize-command

chore: update versionize command
This commit is contained in:
Stevan Freeborn
2024-11-19 14:21:34 -06:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
git config --local user.name "Stevan Freeborn" git config --local user.name "Stevan Freeborn"
- name: Run versionize - name: Run versionize
id: versionize id: versionize
run: versionize -i --exit-insignificant-commits --changelog-all --workingDir ./src/AnthropicClient --commit-suffix "[skip ci]" run: versionize -i --exit-insignificant-commits --workingDir ./src/AnthropicClient --commit-suffix "[skip ci]"
continue-on-error: true continue-on-error: true
- name: Upload changelog - name: Upload changelog
if: steps.versionize.outcome == 'success' if: steps.versionize.outcome == 'success'