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

Difference between revisions of "Sisu/Releases"

m
 
Line 8: Line 8:
  
 
<pre>
 
<pre>
sh bin/prepare_release.sh 0.3.0
+
sh bin/prepare_release.sh 0.9.0
  
GPG_KEYNAME=myuser@mymail.com sh bin/perform_release.sh 0.3.0 "Major feature"
+
GPG_KEYNAME=myuser@mymail.com sh bin/perform_release.sh 0.9.0 "Major feature"
  
 
git push --tags  # only push tags once you're happy with the staged release
 
git push --tags  # only push tags once you're happy with the staged release

Latest revision as of 12:27, 20 February 2015

Latest Releases

See Changelog

Staging Process

Scripts are available to prepare and stage Sisu releases:

sh bin/prepare_release.sh 0.9.0

GPG_KEYNAME=myuser@mymail.com sh bin/perform_release.sh 0.9.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