File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ Merges to `master` trigger a deployment to the Maven Snapshots repositories. Onc
5757To release a new version of the tooling:
58581 . Update master to be a release version (and all the reviews, bug fixes, etc. that that requires)
5959 1 . Regression test against IGs known to use CQF Tooling
60- 2 . Passed Travis Build = ready for release
61- 3 . Create a Github Release (which creates a tag at the current commit of master)
60+ 2 . Passed CI Build = ready for release
61+ 3 . Use the following command to release from your local build (releases are not automatic)
62+ 1 . ` mvn deploy -DskipTests=true -Dmaven.test.skip=true -T 4 -B -P release `
63+ 4 . Create a Github Release (specify a tag of vX.X.X (e.g. v3.9.1) pointing at master to be created on release)
6264 1 . Choose the "Auto-generate release notes" option
63- 4 . Travis does the release to Maven
64- 1 . Ensure binaries are published to https://oss.sonatype.org/#view-repositories;public~browsestorage~org/opencds/cqf/tooling
65- 5 . Update master to vNext-SNAPSHOT
65+ 5 . Update master version to vNext-SNAPSHOT (e.g. v3.10.0-SNAPSHOT)
66666 . Close all issues included in the release
6767
6868## Getting Help
You can’t perform that action at this time.
0 commit comments