From 9a87729236998abb068e3fc4d3cc2b6b83077465 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Wed, 18 Feb 2026 00:00:00 +0000 Subject: [PATCH] feat(docs): add a `RELEASE.md` file the release process for this repository was not documented. this commit introduces a small release runbook. Signed-off-by: katelyn martin --- RELEASE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..2b27fbd --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,12 @@ +# `dev` Release + +Releases are performed via the GitHub GUI. Navigate to the repository in a +web browsewr, at . + +1. Navigate to the "Releases" tab, and select "Draft a new release". +2. Select "tag", and create a new tag. Increment the version number from the +previous release. +3. Be sure that the release is targeting `main`. +4. Click "Generate release notes", which will generate release notes using +information from the changes since the last release. +5. Click "Publish release".