How do I give my module a pre-release version number #41
Replies: 2 comments
-
As you may be aware, Modules use Semantic Versioning 2.0.0, meaning a module is regarded as a pre-release solely by its version having a hyphen in it. Making the version a pre-release in the Module Builder is good enough, but the likely reason for it not seeming to have an effect is that the |
Beta Was this translation helpful? Give feedback.
-
That worked. I ended up going into the |
Beta Was this translation helpful? Give feedback.
-
I have tried setting the version number to include a text component after the patch component of the version number, however when I do this the SF does not detect the change at all and shows a successful build. This build does not reflect as a module file in my output location, and as a result, does not reflect in the Module Manager.
How do I set a version number to include a text component as the standard Intent modules do by adding an
-pre.n
or-alpha.n
postfix? It also does not seem like there is an option to set the entire module as prerelease.Beta Was this translation helpful? Give feedback.
All reactions