diff --git a/RELEASING.adoc b/RELEASING.adoc index b56e4354..3ed0d85d 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -8,8 +8,6 @@ Warning for Fedora users: The RedHat `podman` is usually preinstalled and happily coexisting with `Docker`. Make sure Docker is being used, usually by setting `OCI_EXE=docker` env variable. -* While the `darwin-aarch64` is not supported by github, you need to perform a clean build on the tagged branch on a Apple M1 computer and upload the two binary distributions as additional assets to the draft release that has been generated at github. - * Once the workflow completes, run the https://raw.githubusercontent.com/apache/maven-mvnd/master/build/release-candidate.sh[release-candidate script] which will download the built assemblies, compute the checksums and signatures, commit them to the https://dist.apache.org/repos/dist/dev/maven/mvnd/[dev distribution repository] https://github.com/apache/maven-mvnd/releases[releases] and also upload them as assets to the staging area for the github draft release. [source,shell]