mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 15:09:23 +00:00
Add ignored tags
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user