You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On Perlmuttercd~/ez/zppy
git status # Confirm there's no uncommitted changes
git fetch upstream main
git checkout -b prepare-docs-for-3.2.0 upstream/main
See this release's parameter defaults <https://github.com/E3SM-Project/zppy/blob/bfbba5f9c3794cd7e399e35f8153866b1c8f6910/zppy/defaults/default.ini>_
on GitHub for a complete list of parameters and their default values.
You can also view the most up-to-date, unreleased parameter defaults <https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini>_.
# On Perlmuttercd~/ez/zppy
git status # Confirm there's no uncommitted changes
git fetch upstream main
git checkout -b v3.2.0 upstream/main
git log --oneline | head -n 3
# c3288469 Update parameter documentation pointer for v3.2.0 (#825)# 885d53cb Fix image checker (#818)# f368ab71 Bump to 3.2.0rc2 (#816)# Good, matches https://github.com/E3SM-Project/zppy/commits/main/
tbump 3.2.0 --no-tag
# Error: Command `git push upstream main` failed# That only fails because we're not on the main branch
git log --oneline | head -n 1
# 46481a2a Bump to 3.2.0# It did make a commit, we just need to push it.
git push upstream v3.2.0
# Create, add "Update version" label" to: https://github.com/E3SM-Project/zppy/pull/826# Compare https://github.com/E3SM-Project/zppy/pull/826/changes with rc2's diff:# https://github.com/E3SM-Project/zppy/pull/816/changes# Looks good# Wait for CI checks to pass, merge, delete GitHub branch: https://github.com/E3SM-Project/zppy/pull/826
Unlike the RCs, v3.2.0 now appears on bothTags and Releases.
CI/CD release workflow is automatically triggered.
docs workflow is just for the docs. Clicking "Publish release" is responsible for triggering the bot PR on conda-forge.
Step 2c: zppy-feedstock repo
Releasing on conda-forge: production releasess
TODO: wait for the bot PR
Wait for a bot PR to come up automatically on conda-forge after the GitHub release. This can happen anywhere from 1 hour to 1 day later. (Alternative: open an issue with the bot command: @conda-forge-admin, please update version and the PR will opened.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump to 3.2.0