Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

svn mkdir https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin-incubating-x.y.z-rc0
svn co https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin-incubating-x.y.z-rc0 apache-gobblin-incubating-x.y.z-rc0
cd apache-gobblin-incubating-x.y.z-rc0

Verify that the sha512 signature in the file matches the output of the command:


shasum -a 512 apache-gobblin-incubating-sources-0.15.0.tgz 

You could then add the source and binary release as described above and commit. 

Tag the release

You should tag the release candidate in git. Assuming you are releasing release candidate RC0 for version x.y.z then you can attach a tag to the current commit with:

...