GabeDuarteM / semantic-release-chrome

Set of semantic-release plugins for publishing a Chrome extension release
https://www.npmjs.com/package/semantic-release-chrome
MIT License
43 stars 16 forks source link

Question: Semantic versioning without publish #103

Closed sbahir closed 1 year ago

sbahir commented 1 year ago

Hello,

Is it possible to only prepare the zip file with an artifact in gitlab without publishing to Chrome? If so, how can I disable the publish job?

Thank you for your help!

sbahir commented 1 year ago

Found the solution in semantic-release docs!

  "verifyConditions": false,
  "publish": false,

Closing this issue