From e08885ec206a59b1240e0dbc26c01537ac852b0d Mon Sep 17 00:00:00 2001 From: 3wordchant <3wordchant@noreply.git.coopcloud.tech> Date: Thu, 15 Feb 2024 13:42:43 +0000 Subject: [PATCH] Add upgrade instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3712455..11440f4 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ Automated Docker image builds for [hometown](https://github.com/hometown-fork/hometown) See [`.drone.yml`](./.drone.yml) + +## Releasing a new image + +1. Look up the latest verion number from https://github.com/hometown-fork/hometown/releases +2. Edit the URL in [`.drone.yml`](./.drone.yml) to point to the new release and edit `tags` with the new version number +3. Commit and push +4. Wait for the build to finish +5. Run `abra recipe upgrade` etc. as normal \ No newline at end of file