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

More script changes #1020

Merged
merged 3 commits into from
Jun 14, 2024
Merged

More script changes #1020

merged 3 commits into from
Jun 14, 2024

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Jun 14, 2024

Changes:

  • release-build.sh: Just do not push. This allows one to locally verify the outcome, and push (for now manually like git push origin mvnd-1.x --tags). Added reminder message.
  • release.yaml: whenever mvn would resolve deps, make sure release settings XML is present. It does not stir anything if Maven is in Central, but as in this moment, maven is still staged only.

Just do not push: this means one can locally verify
the outcome, and push (for now manually).
@cstamas cstamas requested a review from gnodet June 14, 2024 10:16
@cstamas cstamas self-assigned this Jun 14, 2024
This does not cause any harm, as if mvn is released (is in central)
the settings repo will not be used at all (as central repo is
before staging repo).
git push origin mvnd-1.x
# git push origin mvnd-1.x

# NOTE: Manually push once done: git push origin mvnd-1.x --tags
Copy link
Contributor

@gnodet gnodet Jun 14, 2024

Choose a reason for hiding this comment

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

Can we echo that somehow ?

Copy link
Member Author

Choose a reason for hiding this comment

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

added reminder message at end

@cstamas cstamas merged commit 69b301e into apache:mvnd-1.x Jun 14, 2024
5 checks passed
@cstamas cstamas deleted the mvnd-1.x-more-script branch June 14, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants