mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-18 16:40:30 +00:00
Drop changelog, is off (#1021)
As we split mvnd in two branches (1.x vs 2.x), is totally confused.
This commit is contained in:
1103
CHANGELOG.md
1103
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
= How to release `mvnd`
|
= How to release `mvnd`
|
||||||
|
|
||||||
* Run the https://raw.githubusercontent.com/apache/maven-mvnd/master/build/release-build.sh[release script] which will update the versions, the changelog, the native binaries and will tag the new git commit. This new tag will trigger the https://raw.githubusercontent.com/apache/maven-mvnd/master/.github/workflows/release.yaml[release workflow] on this newly created tag.
|
* Run the https://raw.githubusercontent.com/apache/maven-mvnd/master/build/release-build.sh[release script] which will update the versions, the native binaries and will tag the new git commit. This new tag will trigger the https://raw.githubusercontent.com/apache/maven-mvnd/master/.github/workflows/release.yaml[release workflow] on this newly created tag.
|
||||||
[source,shell]
|
[source,shell]
|
||||||
----
|
----
|
||||||
./build/release-build.sh <released-version> <next-SNAPSHOT>
|
./build/release-build.sh <released-version> <next-SNAPSHOT>
|
||||||
|
@@ -113,11 +113,6 @@ startup_check
|
|||||||
# update version
|
# update version
|
||||||
mvn versions:set -DnewVersion=$VERSION
|
mvn versions:set -DnewVersion=$VERSION
|
||||||
|
|
||||||
# update 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,1.0.0-m3
|
|
||||||
|
|
||||||
# rebuild native libraries
|
# rebuild native libraries
|
||||||
pushd native
|
pushd native
|
||||||
make native-all
|
make native-all
|
||||||
|
Reference in New Issue
Block a user