Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 445 Bytes

File metadata and controls

25 lines (17 loc) · 445 Bytes

Contributing

Branching

  • Branch from develop for feature work.
  • Open PRs into develop.
  • For releases, open a PR from develop to main and add one label:
    • bump:major
    • bump:minor
    • bump:patch

Releases

Merging the developmain PR triggers:

  • A new git tag like vX.Y.Z
  • Docker Hub publish for bookkeep/bookkeep

Labels

Create these labels in GitHub:

  • bump:major
  • bump:minor
  • bump:patch