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
For my own workflow, I made an adapter to allow passing default values in gleaned from the branch name, but needed to somehow get those values into this adapter, and I thought this was a good way to achieve this goal.
With these changes, my custom adapter can be like this:
```
process.env.CZ_TYPE = "fix"
module.exports = require("cz-conventional-changelog")
```
Instead of having to copy everything.
0 commit comments