Skip to content

Commit cf0c546

Browse files
committed
Added final release steps
1 parent 85ff986 commit cf0c546

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

+13
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,16 @@ docker_tag_push_core:
472472
# % make JN_MODE="-unraid" docker_push_jup
473473
# - Update the README.md file with the new release tag + version history
474474
# - Commit and push the changes to GitHub (in the branch created at the beginning)
475+
# - On Github, "Open a pull request",
476+
# use the value of CTPO_RELEASE for the release name (ie the YYYYMMDD value)
477+
# add PR modifications as a summry of the content of the commits,
478+
# create the PR, add a self-approve message, merge and delete the branch
479+
# - on the build system, checkout main and pull the changes
480+
# % git checkout main
481+
# % git pull
482+
# - delete the temporary branch (named after the CTPO_RELEASE value)
483+
# % git branch -d YYYYMMDD
484+
# - Tag the release on GitHub
485+
# % git tag YYYYMMDD
486+
# % git push origin YYYYMMDD
487+
# - Create a release on GitHub using the YYYYMMDD tag, add the release notes, and publish

0 commit comments

Comments
 (0)