User Tools

Site Tools


wiki:development:release-howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
wiki:development:release-howto [2015/02/18 17:41]
ionic Create table with general release steps. Missing: Jenkins, Launchpad.
wiki:development:release-howto [2015/02/19 11:41]
ionic Typo in first dch command, should have been dch -r.
Line 17: Line 17:
 |  4  | <code bash>git checkout master</code> | Only necessary, if you're not already on the ''master'' branch. Check via ''git status''. | |  4  | <code bash>git checkout master</code> | Only necessary, if you're not already on the ''master'' branch. Check via ''git status''. |
 |  5  | <code bash>git pull --rebase</code> | Always make sure the repository is up-to-date. | |  5  | <code bash>git pull --rebase</code> | Always make sure the repository is up-to-date. |
-|  6  | <code bash>dch -i</code> | Make sure to explicitly use '':w'' in vim to save the text. Otherwise, i.e., via '':x'', your change will not be recorded! |+|  6  | <code bash>dch -r</code> | Make sure to explicitly use '':w'' in vim to save the text. Otherwise, i.e., via '':x'', your change will not be recorded! |
 |  7  | <code bash>git diff</code> | Make sure the output is exactly what you expect! | |  7  | <code bash>git diff</code> | Make sure the output is exactly what you expect! |
 |  8  | <code bash>git commit -am 'release <ver>'</code> | | |  8  | <code bash>git commit -am 'release <ver>'</code> | |
wiki/development/release-howto.txt ยท Last modified: 2022/08/29 23:29 by ionic