We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2f80c commit 490c98bCopy full SHA for 490c98b
com.googlecode.cppcheclipse.parent/release.txt
@@ -1,7 +1,10 @@
1
To release version x do the following steps:
2
3
+make sure there are no uncommitted changes
4
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version x>
5
build
6
copy to p2 update site
-tag
7
-mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version x+1>-SNAPSHOT
+tag (from local workspace)
8
+mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version x+1>-SNAPSHOT
9
+afterwards the category.xml has to be updated manually, due to the changed version of the referenced feature
10
+commit
0 commit comments