Skip to content

Commit

Permalink
Add GitHub release creation to dev docs (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
  • Loading branch information
trstringer committed Nov 13, 2022
1 parent 3276970 commit 36a6b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36a6b4b

Please sign in to comment.