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-tasklist #6194

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Dec 11, 2024

No description provided.

git archive --format=tar.gz --prefix=$PREFIX/ HEAD >temp.tar.gz && \
rm -fr $PREFIX/ && \
tar xf temp.tar.gz && \
cd contrib/WorldBuilder/ && \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the GWB steps here were when it was a submodule.

@@ -82,7 +82,7 @@ and the links are working
```
git checkout post-release-$VER && \
git checkout -b aspect-$VERSHORT && \
cd contrib/release && ./bump_version.sh $VER && cd ../.. && \
cd contrib/release && ./bump_version.sh $VER-rc0 && cd ../.. && \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fixes the problem that the release branch is already "3.0.0"

Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@gassmoeller
Copy link
Member

/rebuild

@gassmoeller gassmoeller merged commit 5f42a1b into geodynamics:main Dec 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants