✨🐛💥 A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
I was trying to use the plugin to replace commit-analyser and found that it pulls github dependencies:
[semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
[semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
[semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/github"
[semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/github"
[semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/github"
The problem here is: we dont use github but rather gitlab. Therefore, the question: Are these dependencies required for the plugin to work at all? If not, is there a way to disable the dependency which allows us to make use of this plugin?
I was trying to use the plugin to replace commit-analyser and found that it pulls github dependencies:
[semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github" [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github" [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/github" [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/github" [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/github"
The problem here is: we dont use github but rather gitlab. Therefore, the question: Are these dependencies required for the plugin to work at all? If not, is there a way to disable the dependency which allows us to make use of this plugin?