Configuration file support? #284
-
Hey! Does this lib currently support passing options via configuration file within the lib instead of inline options? or even a global configuration? (e.g. the prefix value) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, You can also define the options in the workspace.json file: {
"executor": "@jscutlery/semver:version",
"options": {
"versionTagPrefix": "v"
}
} We discussed about supporting a dedicated semver configuration file but nothing is planned at the moment. Does it help you? |
Beta Was this translation helpful? Give feedback.
-
+1 a config file would be game changing...im trying to figure out how to get configs set in a similar way to @semantic-release. I have a single .releaserc.json file that allows an incredible level of configuration. |
Beta Was this translation helpful? Give feedback.
Hi,
You can also define the options in the workspace.json file:
We discussed about supporting a dedicated semver configuration file but nothing is planned at the moment. Does it help you?