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/25 06:53:47 UTC

[maven-mvnd] branch mvnd-0.9.x updated: Exclude tags from main branch in the change log

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

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


The following commit(s) were added to refs/heads/mvnd-0.9.x by this push:
     new 409c1ad2 Exclude tags from main branch in the change log
409c1ad2 is described below

commit 409c1ad2bb6410d08f7b7a1f6cc834182717d3ae
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Jan 25 07:51:15 2023 +0100

    Exclude tags from main branch in the change log
---
 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 a843317b..3855f9cb 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
+    --user apache --project maven-mvnd --token $GITHUB_TOKEN --future-release $VERSION --exclude-tags early-access,1.0.0-m1
 
 # rebuild native libraries
 pushd native