File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
provider/cmd/pulumi-resource-defang Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ NODE_MODULE_NAME := @defang-io/pulumi-defang
77NUGET_PKG_NAME := DefangLabs.defang
88
99PROVIDER := pulumi-resource-${PACK}
10- VERSION ?= $(shell pulumictl get version $(if $(filter 0,$(IS_PRERELEASE ) ) ,--is-prerelease) )
10+ VERSION ?= $(shell pulumictl get version $(if $(filter 0,$(IS_PRERELEASE ) ) ,--is-prerelease) | sed -E 's/\.([0-9]{10}) (\+|$$)/\2/' )
1111PROVIDER_PATH := provider
1212VERSION_PATH := ${PROVIDER_PATH}.Version
1313IS_PRERELEASE := $(shell git tag --sort=creatordate | tail -n1 | grep -q "alpha\|beta\|rc\|preview"; echo $$? )
Original file line number Diff line number Diff line change 11{
22 "name" : " defang" ,
3- "version" : " 1.1.0-alpha.1761326756 " ,
3+ "version" : " 1.1.0-alpha" ,
44 "description" : " Take your app from Docker Compose to a secure and scalable cloud deployment with Pulumi." ,
55 "keywords" : [
66 " category/cloud" ,
You can’t perform that action at this time.
0 commit comments