diff --git a/README.md b/README.md index ad4cc43e..d6b19880 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ Fun software suite for the RYG community +## Branches and tags + +The `main` branch represents the current state of the bot. + +New features are developed on `feature/*` branches for the development of specific features; these are to be squashed as a single commit onto the `main` branch. + +Pushing a `v*` tag will automatically trigger the build of a new Docker image for the tagged commit. +Please use annotated tags (`git tag -a`) if possible! + +Old Royalnet versions are available for reference on the `historic/*/*` orphan branches. + ## Quotes > I can't believe I'm doing this again.