You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pp...@apache.org on 2022/05/04 19:45:55 UTC

[maven-mvnd] branch master updated: Update RELEASING.adoc

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new c3612be  Update RELEASING.adoc
c3612be is described below

commit c3612be87eedac16826572e831618291b777213e
Author: Delany <de...@users.noreply.github.com>
AuthorDate: Wed May 4 15:13:28 2022 +0200

    Update RELEASING.adoc
---
 RELEASING.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASING.adoc b/RELEASING.adoc
index 4e93c5d..e5ccc02 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]