Versions Compared

Key

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

...

  • Write a description
  • Create MD5 and SHA1 files for each of the release artifacts

    Code Block
    titleFor example
    sha1sum fcrepo-webapp-4.0.0-alpha-3.war |cut -f1 -d' ' > fcrepo-webapp-4.0.0-alpha-3.war.sha1
    md5sum fcrepo-webapp-4.0.0-alpha-3.war |cut -f1 -d' ' > fcrepo-webapp-4.0.0-alpha-3.war.md5
    
    sha1sum fcrepo-webapp-4.0.0-alpha-3-jetty-console.war |cut -f1 -d' ' > fcrepo-webapp-4.0.0-alpha-3-jetty-console.war.sha1
    md5sum fcrepo-webapp-4.0.0-alpha-3-jetty-console.war |cut -f1 -d' ' > fcrepo-webapp-4.0.0-alpha-3-jetty-console.war.md5
    
  • Upload artifacts to GitHub release (war, war.asc, war.md5, war.sha1)

Release related projects

Release other projects that are related to the main codebase, following the same process as outlined above.

  • fcrepo-jms-indexer-pluggable

Complete the Duraspace wiki documentation updates

...