Skip to content
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

Update release process template to current process #8

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions galaxy_release_util/bootstrap_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,6 @@

make release-create-rc

- [ ] Create dev packages:

cd packages && DEV_RELEASE=1 ./build_packages.sh


- [ ] Review created packages (HISTORY.rst correct, setup.cfg correct, correct version in filename)
- [ ] Upload galaxy-util & galaxy-tool-util dev packages to pypi
- [ ] Open PR against planemo with a pin to the dev packages
- [ ] Open PRs from your fork of branch ``version-${version}`` to upstream ``release_${version}`` and of ``version-${next_version}.dev`` to ``dev``.
- [ ] Update ``MILESTONE_NUMBER`` in the [maintenance bot](https://github.com/galaxyproject/galaxy/blob/dev/.github/workflows/maintenance_bot.yaml) to `${next_version}` so it properly tags new PRs.

Expand Down Expand Up @@ -310,12 +302,8 @@

cd packages && ./build_packages.sh


- [ ] Review created packages (HISTORY.rst correct, setup.cfg correct, correct version in filename)
- [ ] Upload built packages to pypi
- [ ] Add the branch `*/release_{version}` to Jenkins documentation build [configuration matrix](https://jenkins.galaxyproject.org/job/galaxy-sphinx-by-branch/configure).
- [ ] Trigger the [branch documentation build](https://jenkins.galaxyproject.org/job/galaxy-sphinx-by-branch/)
- [ ] Verify that everything is merged from ${version}->master, and then trigger the ['latest' documentation build](https://jenkins.galaxyproject.org/job/latest-Sphinx-Docs/)
- [ ] Create the first point release (v${version}.0) using the instructions at https://docs.galaxyproject.org/en/master/dev/create_release.html
- [ ] Open PR against planemo with a pin to the new packages

- [ ] **Do Docker Release**

Expand Down
Loading