From c3612be87eedac16826572e831618291b777213e Mon Sep 17 00:00:00 2001 From: Delany Date: Wed, 4 May 2022 15:13:28 +0200 Subject: [PATCH] Update RELEASING.adoc --- RELEASING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.adoc b/RELEASING.adoc index 4e93c5df..e5ccc022 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -1,4 +1,4 @@ -= How to release `mnvd` += How to release `mvnd` * Run the https://raw.githubusercontent.com/apache/maven-mvnd/master/build/release.sh[release script] which will update the versions, the changelog, the native binaries and will tag the new git commit. This new tag will trigger the https://raw.githubusercontent.com/apache/maven-mvnd/master/.github/workflows/release.yaml[release workflow] on this newly created tag. [source,shell]