From 7d2bbf56fc39473a92334efbd2f591d218a941ff Mon Sep 17 00:00:00 2001 From: SBI- Date: Sat, 17 Jun 2017 17:20:48 +0200 Subject: [PATCH] Add comment about test suite when updating version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06f8a94..8cb6d1e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Exhaustive documentation can be found in the API documentation. `Clone` the repo * When introducing breaking changes, make sure to create a new major version and a corresponding branch * Use the tycho-versions-plugin to keep version numbers consistent `mvn org.eclipse.tycho:tycho-versions-plugin:set-version "-DnewVersion=1.0.0-SNAPSHOT"` +* After changing version with the tycho-versions-plugin, make sure to change the MANIFEST.mf file in the test project to match the current release * Generate (`mvn javadoc:javadoc`) and release javadoc in the `/docs` folder. ## Contributing