Skip to content

Commit

Permalink
add new version makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteinbach committed Sep 26, 2022
1 parent ef34b7c commit 040f7a1
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 @@ -266,3 +266,13 @@ release: \
release-commit
@echo "Release completed. Push and open a PR!"

# make target for starting a new version (after a release is completed)
bump-version: \
check-git-status \
unfreeze-ci-versions \
bump-otio-version \
shuffle-core-version-map \
add-dev-suffix \
version-map-update \
new-version-commit
@echo "New version made. Push and open a PR!"

0 comments on commit 040f7a1

Please sign in to comment.