This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 3634662f5c2aeb68d415df005cd64e2b61f6680b Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Jun 29 20:29:31 2023 +0200 Fix command typos in docs --- RELEASE-NOTES.md | 2 +- RELEASING.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 61a3df6..a37d693 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -18,5 +18,5 @@ This project uses itself, i.e., `log4j-changelog-maven-plugin`, for keeping a changelog and generating release notes. Changelog files are located under [`src/changelog`](src/changelog). -Release notes can be generated using `./mvnw -N log4j-changelog:export` command. +Release notes can be generated using `./mvnw -N -P changelog-export` command. See [`log4j-changelog-maven-plugin`](log4j-changelog-maven-plugin) for details on how it all works. diff --git a/RELEASING.adoc b/RELEASING.adoc index e30cf09..d45adc2 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -28,8 +28,8 @@ In the code examples below, assuming the version to be released is `7.8.0`. . Perform and commit following changes: .. Set the `revision` property to `7.8.0` in xref:pom.xml[`pom.xml`] .. For release notes -... Run `./mvnw -N changelog-release` and verify `src/changelog` content (e.g., `.release-notes.md.ftl`) -... Run `./mvnw -N changelog-export` and verify `target/generated-sources/site/changelog` content +... Run `./mvnw -N -P changelog-release` and verify `src/changelog` content (e.g., `.release-notes.md.ftl`) +... Run `./mvnw -N -P changelog-export` and verify `target/generated-sources/site/changelog` content ... Replace `RELEASE-NOTES.md` with `target/generated-sources/site/changelog/7.8.0.md` . Make sure that `./mvnw clean verify` succeeds – if not, implement necessary fixes . Commit and push the `release/7.8.0` branch
