Skip to content

Commit

Permalink
ci: Improve versioning workflow through GitHub actions
Browse files Browse the repository at this point in the history
- Add `gh-bump` target to Makefile for GitHub workflow
- Implement versioning automation through GitHub actions
- streamline version management process for easier release management
  • Loading branch information
johnnyhuy committed Apr 17, 2024
1 parent dab31de commit e22d7e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ bump-minor:
bump-patch:
$(VENV) python -m commitizen bump --increment patch

gh-bump:
gh workflow run version.yaml

publish: build
ifdef DRY_RUN
$(VENV) python -m twine upload --repository testpypi dist/*
Expand Down

0 comments on commit e22d7e7

Please sign in to comment.