Ignore tag

This commit is contained in:
Guillaume Nodet
2023-01-28 14:33:33 +01:00
parent 19dca434d1
commit 0f8f67ae5b

View File

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