Fix release notes generation

This commit is contained in:
Guillaume Nodet
2022-04-29 13:34:48 +02:00
parent 73b99b89b1
commit d2c986eb04

View File

@@ -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