mirror of https://github.com/pulumi/pulumi.git
7b27f00602
Our logic for converting npm style versions to PEP-440 style versions was not correct in some cases. This change fixes this. As part of this change we no longer produce a NPM version that would be just X.Y.Z-dev, instead for development versions we always include both the timestamp of the commit and the commit hash. Instead of trying to use a bunch of sed logic to do our conversions, we now have a small go program that uses a newly added library in pkg/util. A side effect of this is that we can more easily write tests to ensure the conversion works as expected. Fixes #1243 |
||
---|---|---|
.. | ||
build-sdk.cmd | ||
build-sdk.ps1 | ||
build-sdk.sh | ||
get-py-version | ||
get-py-version.go | ||
get-version | ||
get-version.cmd | ||
get-version.ps1 | ||
gocover.sh | ||
install.sh | ||
make_release.ps1 | ||
make_release.sh | ||
publish.cmd | ||
publish.ps1 | ||
publish_packages.sh | ||
publish_tgz.sh | ||
reversion.js |