Unverified Commit 90e2c29e authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Updated release documentation (#4973)

I made a few small fixes to the documentation related to publishing
protoc artifacts:
- The target directory for Mac should be called osx instead of macos.
- There needs to be a directory for aarch_64.
- We need to avoid calling "mvn clean" inside the protoc-artifacts
  directory, since that will delete the contents of the target/
  subdirectory.
parent 8705adc2
...@@ -119,7 +119,9 @@ target directory layout: ...@@ -119,7 +119,9 @@ target directory layout:
protoc.exe protoc.exe
+ x86_32 + x86_32
protoc.exe protoc.exe
+ macos + aarch_64
protoc.exe
+ osx
+ x86_64 + x86_64
protoc.exe protoc.exe
+ x86_32 + x86_32
...@@ -137,7 +139,7 @@ Use the following command to deploy artifacts for the host platform to a ...@@ -137,7 +139,7 @@ Use the following command to deploy artifacts for the host platform to a
staging repository. staging repository.
``` ```
$ mvn clean deploy -P release $ mvn deploy -P release
``` ```
It creates a new staging repository. Go to It creates a new staging repository. Go to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment