aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-07-30 09:30:08 -0700
committerGitHub <noreply@github.com>2018-07-30 09:30:08 -0700
commit90e2c29e4ad1af6996f6fb4716296365a2a56d6b (patch)
tree756f871c292c03d2278d863d04f546e331d87af4 /protoc-artifacts
parent8705adc2289aca42b9ec54e0e9cdaf869beceb63 (diff)
downloadprotobuf-90e2c29e4ad1af6996f6fb4716296365a2a56d6b.tar.gz
protobuf-90e2c29e4ad1af6996f6fb4716296365a2a56d6b.tar.bz2
protobuf-90e2c29e4ad1af6996f6fb4716296365a2a56d6b.zip
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.
Diffstat (limited to 'protoc-artifacts')
-rw-r--r--protoc-artifacts/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index c25406dd..781a68a9 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -119,7 +119,9 @@ target directory layout:
protoc.exe
+ x86_32
protoc.exe
- + macos
+ + aarch_64
+ protoc.exe
+ + osx
+ x86_64
protoc.exe
+ x86_32
@@ -137,7 +139,7 @@ Use the following command to deploy artifacts for the host platform to a
staging repository.
```
-$ mvn clean deploy -P release
+$ mvn deploy -P release
```
It creates a new staging repository. Go to