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

Fix github action release versioning #4886

Merged

Conversation

devinrsmith
Copy link
Member

This removes the -SNAPSHOT qualifier for all github action release branch gradle invocations. This also makes a point to update the RELEASE.md in the one place where the release manager invokes gradlew.

Follow-up fix for #4865

This removes the -SNAPSHOT qualifier for all github action release branch gradle invocations. This also makes a point to update the RELEASE.md in the one place where the release manager invokes gradlew.

Follow-up fix for deephaven#4865
@devinrsmith devinrsmith enabled auto-merge (squash) November 28, 2023 16:37
if [[ "${GITHUB_REF}" == refs/heads/release/v* ]];
then
echo "deephavenBaseQualifier="
fi
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this also fix gradlew "outputVersion"?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

@devinrsmith devinrsmith merged commit 6a8cc49 into deephaven:main Nov 28, 2023
15 of 18 checks passed
@devinrsmith devinrsmith deleted the fix-release-branch-properties branch November 28, 2023 22:46
@github-actions github-actions bot locked and limited conversation to collaborators Nov 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants