You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/01/28 13:33:48 UTC

[maven-mvnd] 02/02: Ignore tag

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

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

commit 0f8f67ae5b2d15892137d586847e0d10b209c583
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Sat Jan 28 14:33:33 2023 +0100

    Ignore tag
---
 build/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release-build.sh b/build/release-build.sh
index a85a21f2..517cda33 100755
--- a/build/release-build.sh
+++ b/build/release-build.sh
@@ -116,7 +116,7 @@ mvn versions:set -DnewVersion=$VERSION
 # udpate changelog
 docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator \
     --user apache --project maven-mvnd --token $GITHUB_TOKEN --future-release $VERSION \
-    --exclude-tags early-access,0.9.0,1.0.0-m2,build-1.0.0-m2
+    --exclude-tags early-access,0.9.0,1.0.0-m2,build-1.0.0-m2,1.0.0-m3
 
 # rebuild native libraries
 pushd native