Skip to content

Repository Workflow

Marko@VMHOMELAB edited this page Jun 13, 2026 · 1 revision

Repository Workflow

Repository

https://github.com/vmhomelab/Printbuddy

Branch flow

dev  -> active development and testing
main -> stable branch and releases

Release flow

  1. Develop and commit on dev.
  2. Test the app and Docker image from dev.
  3. Merge approved work into main.
  4. Publish stable release artifacts from main.
  5. Use docker.io/vmhomelabde/printbuddy:latest for stable deployments.

Documentation surfaces

There are two wiki surfaces:

  • GitHub Wiki: https://github.com/vmhomelab/printbuddy/wiki
  • Live static mirror: https://wiki.printbuddy.tech/

When wiki pages are changed, update both the GitHub Wiki and the live static mirror.

Clone this wiki locally