|
Hi there,
I'm coming from Node.js community... I use the following command when I finish a build: (https://docs.npmjs.com/cli/version)
Unable to find source-code formatter for language: sh. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
npm version prerelease -m "Upgrade by CI"
This will create a new commit, with a tag of the version increment for the current version, say, from 1.3.4, to 1.3.4-0. So, that can be ANY tag during the development cycle. Therefore, I also need to have the ability to publish ANY tag created by npm CLI.
thanks!
|