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
I have been migrating to ES modules for my Node projects, and I'd like to use .versionrc.cjs for Node.js projects instead of .versionrc.js. It looks like all that needs to happen is to add .versionrc.cjs to the array of valid configs in https://github.com/conventional-changelog/standard-version/blob/master/lib/configuration.js. I'd be happy to submit a PR adding this as an option.
The text was updated successfully, but these errors were encountered:
I have been migrating to ES modules for my Node projects, and I'd like to use
.versionrc.cjs
for Node.js projects instead of.versionrc.js
. It looks like all that needs to happen is to add.versionrc.cjs
to the array of valid configs in https://github.com/conventional-changelog/standard-version/blob/master/lib/configuration.js. I'd be happy to submit a PR adding this as an option.The text was updated successfully, but these errors were encountered: