Skip to content

Improved npm dist-tag detection and support for git tags specific only to subproject in given repository

Bartek Wrona requested to merge bw_npm_publishing_fixes into develop

If git tag contains a subproject name part. i.e. 1.27.6-rc0-beekeeper- it will be simplified by script (project name will be eliminated). This allows to use different git tags for subprojects sharing same git repository (like hived and beekeeper tools)

Merge request reports