forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publication of Galaxy Release v 16.01 #22
Comments
jmchilton
pushed a commit
that referenced
this issue
Sep 8, 2020
Closes #22 modified: lib/galaxy/webapps/galaxy/api/workflows.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prep:
make release-issue RELEASE_CURR=16.01
.Branch Release (on or around 2016-01-04):
Review milestone PRs and delay or merge or close each. Link
Merge the latest release into dev.
git fetch upstream && git checkout dev && git merge --ff-only upstream dev && git merge upstream release_15.10
Create and push release branch:
make create_release_rc RELEASE_CURR=16.01 RELEASE_NEXT=16.04
Deploy and Test Release:
Create Release Notes:
Review merged PRs and ensure they all milestones attached. Link
Checkout release branch
git checkout 16.01 -b 16.01_release_notes
Check for obvious missing metadata in release PRs
make release-check-metadata RELEASE_CURR=16.01
.Bootstrap the release notes
make release-bootstrap-history RELEASE_CURR=16.01
.Open newly created files and manually curate major topics and release notes.
git add docs/; git commit -m "Release notes for 16.01"; git push upstream 16.01_release_notes
(TODO: Automate this step with amake
target)Open a pull request for this new branch. (TODO: Automate this step with a
make
target and hub.)Merge release note pull request.
Do Release:
Announce:
Prepare for next release:
16.04
exists.make release-issue RELEASE_CURR=16.04
.The text was updated successfully, but these errors were encountered: