You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with HSDevOps, we would like to be able to update the version of the module to include info that is required for artifact traceability before publication. For example, we'd always like to append the build number to the module version, and for dev builds, the project branch and user who triggered the build, if applicable.
isc-kiyer
changed the title
Add support for changing the module's version on Publish
Add a new command to update a module's version (common use before publishing)
Jan 7, 2025
As discussed with HSDevOps, we would like to be able to update the version of the module to include info that is required for artifact traceability before publication. For example, we'd always like to append the build number to the module version, and for dev builds, the project branch and user who triggered the build, if applicable.
This should behave similar to npm's version command: https://docs.npmjs.com/cli/v8/commands/npm-version
The text was updated successfully, but these errors were encountered: