Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.59 KB

pipeline-mod-dedicon

Dedicon specific modules for the DAISY Pipeline 2

Release procedure

  • View changes since previous release and update version number according to semantic versioning.

    git diff v1.1.0...HEAD
    VERSION=1.2.0
  • Create a release branch.

    git checkout -b release/${VERSION}
  • Resolve snapshot dependencies and commit.

  • Set the version in pom.xml to ${VERSION}-SNAPSHOT and commit.

  • Make release notes and commit. (View changes since previous release with git diff v1.1.0...HEAD and look for relevant GitHub issues on https://github.com/search)

  • Perform the release with Maven.

  mvn clean release:clean release:prepare
  mvn release:perform