mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-28 08:47:29 +00:00
11 lines
484 B
Plaintext
11 lines
484 B
Plaintext
= How to release `mnvd`
|
|
|
|
[source,shell]
|
|
----
|
|
./build/release.sh <released-version> <next-SNAPSHOT>
|
|
----
|
|
|
|
* Re-run the https://github.com/mvndaemon/mvnd/actions?query=workflow%3A%22Mvnd+Changelog%22[Changelog update] manually.
|
|
* When it terminates, find the anchor of the released tag in the
|
|
https://github.com/mvndaemon/mvnd/blob/master/CHANGELOG.md[Changelog] by clicking the chain link on the left.
|
|
* Wait for the release job to finish, paste the link to changelog to the release. |