From 041cb494a92921d317586e5dc5450c6b9d54a6cb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:49:01 -0500 Subject: [PATCH] Update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b604006..470b830 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ export GITHUB_AUTH=$(gh auth token); +This command will create +``` +.github/workflows/ + - plan-release.yml + - publish.yml +RELEASE.md +``` + +which is responsible for automating the process that you'd run through manually below. + ### Manual ```