From 3c377566a10fb8c023cd12dd9c247a3f1afc309c Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Thu, 30 May 2024 20:53:52 +0000 Subject: [PATCH] Update tags section of README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25c3564..a0032d8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ Dockerised Certbot that utilises cron to schedule creating and renewing SSL cert ## Tags -|Tag |Description| -|-------|-----------| -|latest |Latest image built from the main branch. Usually coincides with a tagged release.| -|develop|Latest image built from the develop branch. Commits are made to the develop branch before being merged to main. Old versions of `develop` are removed after 14 days.| +I use the [Feature Branch](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) workflow. The `latest` tag contains all of the latest changes that have been merged from individual feature branches. Feature branches are squashed into `master`. + +Pinned releases are created by creating a tag off `master` to capture the repo in a particular state. They are recommended for stability. ## Running