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