From 0e4fa0c8f79ccfc714002e5935afabbf267e4fce Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 23 Oct 2024 14:52:46 +0200 Subject: [PATCH] Add deployment notes to README This adds a note that https://github.com/xuanxu/publishing-artifacts-action should be updated after making a release. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a13b9d5..4497a40 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,8 @@ Inara is versioned using [SemVer](https://semver.org). Docker images are tagged with the version; tagged images are available for all published versions. The current development version is published as an image tagged *edge*. + +## Deployment + +After minting a new version, update the configuration in https://github.com/xuanxu/publishing-artifacts-action +to reflect the new version, such as in https://github.com/xuanxu/publishing-artifacts-action/pull/1.