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 d2c986e  Fix release notes generation
d2c986e is described below

commit d2c986eb04c4c2b01cc8009eeb5d6321785ffe03
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Fri Apr 29 13:34:48 2022 +0200

    Fix release notes generation
---
 build/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release.sh b/build/release.sh
index 5700679..ec9dfe8 100755
--- a/build/release.sh
+++ b/build/release.sh
@@ -36,7 +36,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
+    --user apache --project maven-mvnd --token $GITHUB_TOKEN --future-release 
$VERSION --exclude-tags early-access
 
 # rebuild native libraries
 pushd native

Reply via email to