syncromatics / syncromatics-track-api

Library to interact with the Syncromatics Track API
https://www.npmjs.com/package/syncromatics-track-api
6 stars 1 forks source link

Update commit message format #94

Open cuevaskoch opened 3 years ago

cuevaskoch commented 3 years ago

Every GMV Syncromatics project except for this one uses (+semver: feature) (+semver: fix) and (+semver: breaking) for semantic versioning. We should probably update this project to use the uniform tags. Less things to think about and fewer edge cases to keep in mind.

One possible way to proceed:

  1. Create a gogitver-compatible git tag with the latest master commit that
  2. Update the build Actions to use gogitver
  3. Use the normal-for-us tags in future commits Thoughts? :+1:?
thzinc commented 3 years ago

I'm very for this. IIRC, this project was the first of ours to do full, round-trip semantic versioning.