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 486a4151f8c3c11a477930f61d9e1de5a7bad741 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Feb 3 11:25:47 2023 +0100 Have only SHA512 checksum for releases --- .github/workflows/build.yml | 1 - RELEASING.adoc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5da898..4ef07e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,6 @@ jobs: export ZIP_FILEPATH="/tmp/apache-log4j-tools-${PROJECT_VERSION}-src.zip" git ls-files -z | xargs -0 zip -9 "$ZIP_FILEPATH" -- gpg --armor --detach-sign --yes --pinentry-mode error "$ZIP_FILEPATH" - sha256sum "$ZIP_FILEPATH" > "$ZIP_FILEPATH.sha256" sha512sum "$ZIP_FILEPATH" > "$ZIP_FILEPATH.sha512" - name: Upload artifacts (RELEASE) diff --git a/RELEASING.adoc b/RELEASING.adoc index eef98a3..16e9646 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -37,7 +37,7 @@ In the code examples below, assuming the version to be released is `7.8.0`. + If not, commit necessary fixes, push, and repeat. . _Close_ the repository in https://repository.apache.org/[repository.apache.org] -. Commit _the signed sources and their checksums_ (e.g., `apache-log4j-tools-7.8.0-src.zip` and `apache-log4j-tools-7.8.0-src.zip.{asc,sha256,sha512}`) to https://dist.apache.org/repos/dist/dev/logging/log4j[dist.apache.org/repos/dist/**dev**/logging/log4j] Subversion repository and delete any artifacts from old releases +. Commit _the signed sources and its checksum_ (e.g., `apache-log4j-tools-7.8.0-src.zip` and `apache-log4j-tools-7.8.0-src.zip.{asc,sha512}`) to https://dist.apache.org/repos/dist/dev/logging/log4j[dist.apache.org/repos/dist/**dev**/logging/log4j] Subversion repository and delete any artifacts from old releases == Vote the release @@ -75,7 +75,7 @@ If you are using GMail, simply enable the _"Plain text mode"_ while composing yo == Publish the release . In https://dist.apache.org/repos/dist/release/logging/log4j[dist.apache.org/repos/dist] Subversion repository, -.. move the signed sources and their checksums from `*dev*/logging/log4j` directory to `*release*/logging/log4j-tools/7.8.0` +.. move the signed sources and its checksum from `*dev*/logging/log4j` directory to `*release*/logging/log4j-tools/7.8.0` .. delete the folder from an earlier release in `*release*/logging/log4j-tools` .. commit changes . Report the release at https://reporter.apache.org/[reporter.apache.org]
