Versions Compared

Key

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

...

Wrap the title ("Release Notes - Bigtop - Version X.Y.Z") inside an <h3> element.

4. Commit and Tag

Commit changes to subversion, and tagTag, and push the changes and the tag to git:

No Format
git commit -m "Preparing for release X.Y.Z"
git tag release-x.y.z -m "Bigtop X.Y.Z release."
git push --tags 

...