hungtcs / mxgraph-type-definitions

mxgraph type definitions
https://www.npmjs.com/package/mxgraph-type-definitions
Apache License 2.0
22 stars 8 forks source link

chore: push git tag to track version changes #12

Closed tbouffard closed 4 years ago

tbouffard commented 4 years ago

Currently, it is very hard to know what are the changes between version. New versions are published to npmjs but we cannot track the related commits and change on the git repository.

Here is the list of versions with the commit I detected within the git history comparing the npm package date and commit date

For the future versions, the npm version command could be used to upgrade version bump easily

If accepted, this could be at least documented in the README (new release section)

Having git tag will also allow us to add a badge like the following to let user see version history directly on GitHub: GitHub release (latest by date including pre-releases)

hungtcs commented 4 years ago

Thank you @tbouffard, I will follow these specifications in future versions, thank you very much for these suggestions, this is very helpful to me.