Hi. In pulumi-component-provider-py-boilerplate t...
# package-authoring
h
Hi. In pulumi-component-provider-py-boilerplate the command "pulumictl get version --language python" is used to define the version of the sdk. The README says we should set a tag v0.0.0 and sdk/v0.0.0 to initialize the version numbering. I had a short look at the go implementation of pulumictl but do not fully get what the idea of this helper function is and how to use it during releasing. I will not use github-actions for building and i could just adjust the Makefiles but i would prefer to understand the existing idea and maybe just use it.