datarobot-oss / custom-models-action

Contains the implementation of GitHub actions to manage custom inference models and deployments using a CI/CD workflows
Other
8 stars 3 forks source link

[RAPTOR-9376] Divid the release creation script into two functional logical parts #346

Closed zohar-mizrahi closed 1 year ago

zohar-mizrahi commented 1 year ago

This repository is public. Do not put here any private DataRobot or customer's data, code, datasets, model artifacts, .etc.

RATIONAL

The idea is to be able to create a release in a feature branch, which will include the update for the README.md and RELEASES.md, without creating a tag. This will allow to run all the functional tests before merging.

After merging, there will be another part that just creates the tag.

It can be in accomplished in the same script or just split it into two scripts.

CHANGES


CAUTION: changing any of the checkbox states will immediately terminate a previous run that is in progress.