Skip to content
Discussion options

You must be logged in to vote

Hey, sorry about that will definitely add some. Works been a bit crazy lately but will start having some more time to focus on this in about a week or so, and definitely working on the template docs as soon as I can

For setting up a release the workflow is the following:

git checkout develop
# Ensure you have no outstanding changes, the script will purposely fail if "git status --porcelain" doesn't pass

nox -s setup-release -- {PATCH_TYPE}

# PATCH_TYPE can be one of ["MAJOR", "MINOR", "PATCH", "PRERELEASE"]

This should leave you with release/x.y.z checked out, committed, and ready to be pushed to remote if everything went as expected.

From there the workflow would be:

  • Create a PR from r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 56kyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants