Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Sisu/Releases

< Sisu
Revision as of 13:26, 12 November 2013 by Unnamed Poltroon (Talk) (Created page with "== Latest Releases == * 0.1.0 → First incubation release == Staging Process == Scripts are available to prepare and stage Sisu releases: <pre> sh bin/prepare_release....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Latest Releases

  • 0.1.0 → First incubation release

Staging Process

Scripts are available to prepare and stage Sisu releases:

sh bin/prepare_release.sh 0.2.0

GPG_KEYNAME=myuser@mymail.com sh bin/perform_release.sh 0.2.0 "Major feature"

git push --tags  # only push tags once you're happy with the staged release

Note: Sisu is still incubating so all versions must start with 0.

Back to the top