vlocityinc / vlocity_build

Vlocity Build is a command line tool to export and deploy Vlocity DataPacks in a source control friendly format through a YAML Manifest describing your project. Its primary goal is to enable Continuous Integration for Vlocity Metadata through source control. It is written as a Node.js module.
MIT License
113 stars 96 forks source link

Repository is missing tags #689

Open thvd opened 2 weeks ago

thvd commented 2 weeks ago

So till 1.17.6 there are tags created for all the releases: https://github.com/vlocityinc/vlocity_build/tags

But the 1.17.7 and 1.17.8 are missing, see releases here on npmjs.org: https://www.npmjs.com/package/vlocity?activeTab=versions

pawel-id commented 2 days ago

The Release section of the repository is also missing updates. Currently, the latest release available is version 1.17.6 from December. However, newer versions have been published on the npm registry. It is good practice to keep the repository's Releases section aligned with the versions published on the npm registry. Adding git tags (as @thvd suggested) and corresponding Releases would be appropriate.

The lack of this information can create uncertainty for Vlocity customers regarding the correct CLI version to use. Should they follow the repository's version 1.17.6 or the npm registry's version 1.17.8?

thvd commented 2 days ago

The lack of this information can create uncertainty for Vlocity customers regarding the correct CLI version to use. Should they follow the repository's version 1.17.6 or the npm registry's version 1.17.8?

I agree to this and how do consumers know what's changed if the releases aren't tagged?