changesets/action

useCalculatedVersion option not working

adbutterfield opened this issue · 1 comments

Hello,

I just set up some workflows using changesets/action@v1. I have a canary release for PRs using --snapshot. I set "useCalculatedVersion" = true, in my .changeset/config.json but I'm still getting 0.0.0 for the version number.

Is this feature not supported by the action?

Docs for useCalculatedVersion: https://github.com/changesets/changesets/blob/main/docs/config-file-options.md#usecalculatedversion-optional-boolean

I got the same, any solution on this ?