Skip to content

Commit

Permalink
Remove leftover text in RELEASE.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 11, 2023
1 parent f0d4fef commit 2f71eae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tag> <tag> -f -m <tag> -s` to sign it, and then push it
with `git push origin <tag>`. Again, wait for CI to build and test the tag. If
Expand Down

0 comments on commit 2f71eae

Please sign in to comment.