File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -472,3 +472,16 @@ docker_tag_push_core:
472
472
# % make JN_MODE="-unraid" docker_push_jup
473
473
# - Update the README.md file with the new release tag + version history
474
474
# - 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
You can’t perform that action at this time.
0 commit comments