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
Remove older patch releases for 2.10.X in ReadTheDocs.
Create merge -sours commit in master:
git fetch origin
git checkout master
git reset --hard origin/master
# We do not want the changes master from the release branch
git -s ours release_210
# Be very careful here
git push origin master
Submit a PR in Spack that adds this new version of ADIOS (if not RC mark this new version as preferred)
Run spack checksum -a adios2 to add it, create commit; push it; Create
PR in Spack repo.
Submit a PR in Conda that adds this new version of ADIOS (if not RC mark this new version as preferred)
Instructions for performing an ADIOS2 release:
git fetch origin git fetch github #if needed
git tag -a -m 'v@VERSION' v2.10.2 the_merge_commit
./scripts/developer/create-changelog.sh v2.10.2 v2.10.1
spack checksum -a adios2
to add it, create commit; push it; CreatePR in Spack repo.
https://github.com/conda-forge/adios2-feedstock a couple of hours after the
release.
(https://groups.google.com/a/kitware.com/g/adios-ecp)
The text was updated successfully, but these errors were encountered: