From 40983c3a3e95a2a9b1b68d3d9faf72adb72c839a Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Tue, 17 Oct 2023 11:36:17 +1100 Subject: [PATCH] docs: notes on releasing --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a24fe8..672cf3a 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,13 @@ steps: ### `message` (Required, string) -The message to annotate onto the build. \ No newline at end of file +The message to annotate onto the build. + +## Releasing + +Push a version tag to trigger new release via [Github Actions workflow](./.github/workflows/release.yaml). + +``` +git tag v0.1.0 +git push --tags +``` \ No newline at end of file