Skip to content

Commit

Permalink
Add RELEASE.md to describe the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 29, 2024
1 parent 404e38e commit b67fbb4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# How to make a release

Check master is building properly

Check on master

git checkout master

Tag

git tag -s v2.0.x -m "Release v2.0.x"

Push the signed tag

git push --follow-tags

Go to https://github.com/ncw/swift/tags and check the tag is there.

From there click create a release.

Use the generate release notes button and publish.

Possibly use this instead?

gh release create v2.0.x --generate-notes

0 comments on commit b67fbb4

Please sign in to comment.