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 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.
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 getting0.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
The text was updated successfully, but these errors were encountered: