mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Fix release notes generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user