Skip to content

Commit

Permalink
chore: create make release command
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Oct 23, 2020
1 parent f012a6c commit d7b6764
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,13 @@ security:
bandit -r src

@echo ""

.PHONY: release
release:
@echo "----------------------"
@echo "- Generating Release -"
@echo "----------------------"

cz bump --changelog

@echo ""

0 comments on commit d7b6764

Please sign in to comment.