Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 320 Bytes

File metadata and controls

8 lines (5 loc) · 320 Bytes

Pull requests are welcome.

Current pipeline uses semantic-releases to bump versions. For it to work properly ensure commit messages follow conventions if using semantic-release:

  • fix: ... will bump the patch version,
  • feat: ... will bump the minor version,
  • BREAKING CHANGE: ... will bump the major version.