From 2f71eae6ba7d1a520af4d45c1c9073209c1a44e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 11 Dec 2023 14:59:28 +0100 Subject: [PATCH] Remove leftover text in RELEASE.md. --- RELEASE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index fd9529f..46f79de 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,11 +15,6 @@ with all terminal emulators that you have access to. Verify that nothing has regressed. Also, ensure that the release branch builds and tests successfully on [CI](https://github.com/vezel-dev/cathode/actions). -emulators you have access to. Verify that nothing has regressed. Also, ensure that the release branch builds and tests -successfully on [CI](https://github.com/vezel-dev/cathode/actions). -Before tagging a release, build the release branch locally on all platforms that -you have access to and run the [sample programs](src/samples) with all terminal - Next, run `dotnet nbgv tag` from the release branch to create a release tag, followed by `git tag -f -m -s` to sign it, and then push it with `git push origin `. Again, wait for CI to build and test the tag. If