You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by gw...@apache.org on 2019/03/22 21:47:47 UTC

svn commit: r1856082 - /xmlbeans/trunk/release-guide.txt

Author: gwoolsey
Date: Fri Mar 22 21:47:47 2019
New Revision: 1856082

URL: http://svn.apache.org/viewvc?rev=1856082&view=rev
Log:
update to reflect *.tgz generated by the build

Modified:
    xmlbeans/trunk/release-guide.txt

Modified: xmlbeans/trunk/release-guide.txt
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/release-guide.txt?rev=1856082&r1=1856081&r2=1856082&view=diff
==============================================================================
--- xmlbeans/trunk/release-guide.txt (original)
+++ xmlbeans/trunk/release-guide.txt Fri Mar 22 21:47:47 2019
@@ -93,13 +93,15 @@ svn pd 'svn:executable' $(find -name .sv
      - xmlbeans-VERSION-javadoc.jar
      - xmlbeans-VERSION-sources.jar
      - xmlbeans-bin-VERSION-DATE.zip
+     - xmlbeans-bin-VERSION-DATE.tgz
      - xmlbeans-src-VERSION-DATE.zip
+     - xmlbeans-src-VERSION-DATE.tgz
 
   2. Grab the current deployed POM, and edit the version # and anything else that has changed:
      https://repository.apache.org/service/local/repo_groups/public/content/org/apache/xmlbeans/xmlbeans/VERSION/xmlbeans-VERSION.pom
 
-  3. Sign the jars and pom with your key:
-     gpg -ab *.jar *.pom
+  3. Sign the jars, zip, tgz, and pom with your key:
+     gpg -ab *.jar *.zip *.tgz *.pom
 
   4. Build the nexus bundle.jar to upload to 
      repository.apache.org:
@@ -107,16 +109,10 @@ svn pd 'svn:executable' $(find -name .sv
 
   5. Upload the bundle to https://repository.apache.org/
 
-  6. Convert the bin and src zip files to equivalent .tgz files by unzipping
-     to a temp folder and repackaging with tar -z
-
-  7. Sign the *.zip and *.tgz files
-     gpg -ab *.tgz *.zip
-
-  8. Generate checksums (sha256sum, sha512sum) for the *.zip and *.tgz files
+  6. Generate checksums (sha256sum, sha512sum) for the *.zip and *.tgz files
      and their signature (*.asc) files
 
-  9. Commit the *.tgz and *.zip files, their signatures, and sha256 and sha512
+  7. Commit the *.tgz and *.zip files, their signatures, and sha256 and sha512
      checksums to the release candidate repo at
      https://dist.apache.org/repos/dist/dev/poi/xmlbeans/
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org