- Merge release-please PR(
chore(main): release X.Y.Z
) release
workflow will create a release tag, and that will triggerpublish-maven
workflow.- new release version is taken from the tag.
- Wait until
publish-maven
workflow completes. The workflow automatically release the artifacts to Maven Central.
publish-maven
workflow can trigger manually.
- Navigate to
Actions > publish-maven
- Click
Run workflow
and choose the target ref. - Enter target release version to
Bucketeer version
.- The format is
vX.Y.Z
(e.g.v2.0.1
). - You can also include suffix like
v3.0.0-SNAPSHOT
orv3.0.0-RC1
- The format is
- Hit the
Run workflow
button, and the rest is handled by the workflow.