From 412f333b48bf7e4d45d3821cae12533be65134d9 Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Sun, 13 Nov 2022 16:20:28 -0500 Subject: [PATCH] Add GitHub release creation to dev docs Signed-off-by: Thomas Stringer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e130d1c..8133a74 100644 --- a/README.md +++ b/README.md @@ -150,3 +150,4 @@ For `uses`, this should point to your repo and dev branch. 1. Make sure to fetch the new changes into your local repo: `$ git checkout main && git fetch origin && git merge origin main` 1. Delete the `v1` tag locally and remotely: `$ git tag -d v1 && git push --delete origin v1` 1. Create and push new tags: `$ git tag v1.7.0 && git tag v1 && git push origin --tags` +1. Create the GitHub project release