Versions Compared

Key

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

...

Create release branch and begin final test phase

Create a release candidate tag and notify developers to test.

Code Block
git tag -a fcrepo-4.0.0-beta-01-RC -m 'fcrepo-4.0.0-beta-01 release candidate.'

 

Update online resources

If any online resources have been modified or added to during the release, these must be updated.

...

No Format
git push origin --tags

 

 

  • Deploy to Sonatype
No Format
mvn release:perform -DperformRelease -Dgoals=deploy

...