Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 09:24, 9 January 2014 by Mcculls.gmail.com (Talk | contribs)

Latest Releases

See Changelog

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