Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add bro-pkg tag when a release is complete

...

Step 10 - Tag the finished release

apache/metron

After the vote passes, re-tag the RC as the release.  In your working repo for the release (cloned from https://git-wip-us.apache.org/repos/asf/metron.git), do:

git tag  apache-metron-0.[FR].0-release  apache-metron-0.[FR].0-rc1

git push origin tag apache-metron-0.[FR].0-release

apache/metron-bro-plugin-kafka

After the vote passes, re-tag the RC as the release.  In your working repo for the release (cloned from https://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka.git), do:

git tag  apache-metron-bro-plugin-kafka-0.[FR].0-release  apache-metron-bro-plugin-kafka-0.[FR].0-rc1

git tag 0.[FR] apache-metron-bro-plugin-kafka-0.[FR].0-release

git push origin tag apache-metron-0.[FR].0-release

git push origin tag 0.[FR]

Step 11 - Stage the finished release

...