Versions Compared

Key

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

...

This meant as a resource to help keep track of tasks, do not worry if you don't do it all. Not all items are released with each release.


Tipinfo

For the examples below the code ${RC_VERSION} can be replaced with the actual release version. 

These examples assume origin is the Fedora organization repository for the item in question. i.e. https://github.com/fcrepo/fcrepo

If you are releasing a new version (say 6.0.0) of Fedora, then

> git push origin <main -or- maintenance-branch>:${RC_VERSION}-RC

would actually be

> git push origin main:6.0.0-RC

...