Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 953 Bytes

release_process.adoc

File metadata and controls

30 lines (23 loc) · 953 Bytes

Steps to release galleon-plugins project

STEP 1: Prepare and perform the release

First, make sure you don’t have pending changes in your master branch.

  • cd galleon-plugins

  • git checkout master

  • pull --rebase upstream master

  • Update docs/* content to reference the new released version.

  • Commit the changes with message: Update doc to X.X.X.Final

  • mvn release:prepare

  • mvn release:perform

  • Update docs/* content to reference the new SNAPSHOT version.

  • Commit the changes with message: Update doc to X.X.X.Final-SNAPSHOT

  • push upstream master

STEP 2: Release in Nexus

STEP 3: Release in JIRA