You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we have the ci.yml file having the last step responsible to do a release into the NPM.
We want to add a step before this one to make available allow or not to do this publish on NPM or add a new rule to check if the branch or tags has a specific combination of words and then if having made the release.
we could go with one of both ideas:
add a step do ask if allow doing the npm publish
or add a rule to check if the branch being merged has a specific name and if it is a specific one related to the release enabling to make the release on NPM
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Today, we have the
ci.yml
file having the last step responsible to do a release into the NPM.We want to add a step before this one to make available allow or not to do this publish on NPM or add a new rule to check if the branch or tags has a specific combination of words and then if having made the release.
we could go with one of both ideas:
The text was updated successfully, but these errors were encountered: