zowe / zowe-cli-standalone-package

GitHub Actions workflows which generate a Zowe CLI ZIP containing the base CLI and Zowe plugins.
Eclipse Public License 2.0
3 stars 4 forks source link

Remove restriction on publishing new versions during code freeze #270

Open t1m0thyj opened 2 weeks ago

t1m0thyj commented 2 weeks ago

Is your feature or enhancement request related to a problem or limitation? Please describe

Sometimes during code freeze we want to publish a high-priority patch release but the workflows don't permit it.

Describe your enhancement idea

Remove the "staging mode" described in the readme:

When a Zowe release has been staged but is not yet GA, it is expected that the Zowe bundle version hosted on zowe.org and the version defined in zowe-versions.yaml@master will differ. During this period, the workflow runs in "staging mode"

Describe alternatives you've considered

Running the workflows with the FORCE_PUBLISH flag enabled, but this has to be done for each individual package.

Provide any additional context

Consider whether we want to remove the "staging mode" check for all publishes or just for the @latest tag.

github-actions[bot] commented 2 weeks ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.