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:
Tamas Cservenak
2024-06-14 13:39:34 +02:00
committed by GitHub
parent 3b08972454
commit 32514767ce
3 changed files with 1 additions and 1109 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
= 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]
----
./build/release-build.sh <released-version> <next-SNAPSHOT>

View File

@@ -113,11 +113,6 @@ startup_check
# update 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
pushd native
make native-all