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:22:16 UTC

[maven-mvnd] branch master updated: Add ignored tags

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


The following commit(s) were added to refs/heads/master by this push:
     new da1136dd Add ignored tags
da1136dd is described below

commit da1136dd750c619a693dc0d57ca3cbeb765e34a3
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Sat Jan 28 14:20:13 2023 +0100

    Add ignored tags
---
 build/release-build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/release-build.sh b/build/release-build.sh
index 2a734ac2..a85a21f2 100755
--- a/build/release-build.sh
+++ b/build/release-build.sh
@@ -115,7 +115,8 @@ 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
+    --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
 
 # rebuild native libraries
 pushd native