From 9f4d5ebabc1de18d010c3692551f36b059c99be5 Mon Sep 17 00:00:00 2001 From: Kent Libby Date: Thu, 28 Sep 2023 14:48:45 -0400 Subject: [PATCH] Updates readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6200489..954d2c6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,16 @@ $ docker build -t blackducksoftware/bdio-tinkerpop-db bdio-tinkerpop-db/ $ docker run -d -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 blackducksoftware/bdio-tinkerpop-db $ ./gradlew build ```` +## Release: +__As of 09-28-23:__ +To release a version of bdio to artifactory for use by downstream dependencies: +1. Remove the `-SNAPSHOT` from `gradle.properties` and push the changes to `master` +2. Navigate to [the CI build](https://build-bd.internal.synopsys.com/job/Common%20Components/job/BDIO/job/CI/) and run the pipeline once the changes are pushed +3. Once the CI build completes, navigate to the [nightly RC](https://build-bd.internal.synopsys.com/job/Common%20Components/job/BDIO/job/Nightly%20RC/) and run the pipeline +4. After some time, look at the console output for the latest run and you should see a couple of links in the logs that say `Proceed` or `Abort` +5. Press `Proceed` to deploy the release to artificatory and it's ready for consumption by downstream dependencies. Note that it will automatically abort if you don't press `Proceed` within a couple minutes of the prompt appearing in the output. + + ## License