iTwin / imodels-clients

Monorepo for iModels API clients
MIT License
6 stars 2 forks source link

Releases to npm don't appear to be tracked in any way #141

Open tcobbs-bentley opened 1 year ago

tcobbs-bentley commented 1 year ago

I wanted to see what had changed in this repository between the 1.0.1 npm release and the 2.2.1 npm release. So I used the following URL, which I expected to list all the commits:

https://github.com/iTwin/imodels-clients/compare/1.0.1...2.2.1

Unfortunately, it didn't work, since this package does not have any release tags. Whatever process is used to release this to npm should ideally be updated to tag the release here in GitHub as part of the release process.

Even if things are tracked some other way, tags are the normal way to track releases with git, so I think they should be used.