From 380380d82f0ffd92df39c8c25f6a56a6c157dd98 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:33:04 +0100 Subject: [PATCH] Release process notes --- notes.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/notes.org b/notes.org index 707d903..746163d 100644 --- a/notes.org +++ b/notes.org @@ -1 +1,11 @@ #+title: tex-fmt +* Release process +** Update version number in Cargo.toml +** Push to GitHub and check tests pass +** Create a git tag +*** git tag vX.X.X +*** git push --tags +** Publish to crates.io with cargo publish +** Publish GitHub release with notes +*** GitHub binaries published automatically with actions +** Publish in nixpkgs when bot makes pull request