Skip to content

snaekobbi/pipeline-mod-dedicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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