mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04:21 +00:00
Add a "Branches and tags" section to the README
This commit is contained in:
parent
3cfce76ba1
commit
07a98dbe71
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -8,6 +8,17 @@ Fun software suite for the RYG community
|
|||
|
||||
</div>
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in a new issue