Versions Compared

Key

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

...

Code Block
ORG=fcrepo4
REPO=fcrepo-module-auth-webac
CURR=4.5.01
NEXT=4.5.12-SNAPSHOT

Github Release

Perform a clean checkout of the code from Github and prepare the release.

...

 

Ontologies

 

Ontologies are released on their own schedule and do not need to be released.  But they should be tagged with the current version when a release is performed, to make it easy to identify the version of the ontology that each release was using.

 
Code Block
CURR=4.5.01
ORG=fcrepo4
REPO=fcrepo-webac-ontology
git clone git@github.com:$ORG/$REPO
cd $REPO
git tag -a "$REPO-$CURR" -m "$REPO-$CURR" # except fcrepo4/ontology should be fcrepo-ontology-$CURR
git push --tags