fhir-web
fhir-web copied to clipboard
Use of conventional commits to enforce semver versioning of the packages.
proposing use of conventional commits when commiting code for the packages, so that we can automate semver versioning process.
related to #107
Seems interesting. I think this can be made to play nice with the ideas here.
The usual case against conventional commits is the belief that the commit log is meant for contributors, while the change log is made for users. What would you say to that @p-netm ?
@p-netm Do we still need this?