We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instructions for performing an ADIOS2 release:
git fetch origin git fetch github #if needed
git checkout -b bump-release-version origin/release_29
git grep --name-only 2.9.0 | xargs -n1 sed -i 's/2.9.0/2.9.1/g' git commit -am 'Bump version to v2.9.1' git push
git tag -a v2.9.1 the_merge_commit
./scripts/developer/create-changelog.sh v2.9.1 v2.9.0
git merge -s ours release_29
The text was updated successfully, but these errors were encountered:
vicentebolea
No branches or pull requests
Instructions for performing an ADIOS2 release:
git fetch origin git fetch github #if needed
git tag -a v2.9.1 the_merge_commit
./scripts/developer/create-changelog.sh v2.9.1 v2.9.0
git merge -s ours release_29
commit in master and push manually.(https://groups.google.com/a/kitware.com/g/adios-ecp)
The text was updated successfully, but these errors were encountered: