Closed CedarMist closed 2 months ago
fixes: #362 includes: #358
extracts the following tags:
also enables NPM provenance when publishing
We can change the dist-tag for the latest tag: https://stackoverflow.com/questions/67813980/how-to-point-latest-dist-tag-to-a-previous-version-in-npm
latest
npm dist-tag add <pkg name>@<version> latest
And release new versions under the appropriate alpha or beta tags. Maybe as @matevz recommended we should just use next ?
alpha
beta
next
fixes: #362 includes: #358
extracts the following tags:
also enables NPM provenance when publishing
We can change the dist-tag for the
latest
tag: https://stackoverflow.com/questions/67813980/how-to-point-latest-dist-tag-to-a-previous-version-in-npmAnd release new versions under the appropriate
alpha
orbeta
tags. Maybe as @matevz recommended we should just usenext
?