Skip to content

Commit 111bda0

Browse files
authored
Update README.md
1 parent ce4001a commit 111bda0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ Merges to `master` trigger a deployment to the Maven Snapshots repositories. Onc
5757
To release a new version of the tooling:
5858
1. 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)
6666
6. Close all issues included in the release
6767

6868
## Getting Help

0 commit comments

Comments
 (0)