Skip to content

Tool to report changes to the public API of a Go package between versions.

License

Notifications You must be signed in to change notification settings

erizocosmico/semverlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semverlint

semverlint checks the API changes between the HEAD of a project and its latest release and tells you whether you should be using a new major version and a detailed report of what changes have been made to the public API of your package.

TODO

  • Finish diffing
  • Testing
  • CLI
  • Prettier reports

LICENSE

MIT, see LICENSE

About

Tool to report changes to the public API of a Go package between versions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages