Skip to content

Commit b67fbb4

Browse files
committed
Add RELEASE.md to describe the release process
1 parent 404e38e commit b67fbb4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# How to make a release
2+
3+
Check master is building properly
4+
5+
Check on master
6+
7+
git checkout master
8+
9+
Tag
10+
11+
git tag -s v2.0.x -m "Release v2.0.x"
12+
13+
Push the signed tag
14+
15+
git push --follow-tags
16+
17+
Go to https://github.com/ncw/swift/tags and check the tag is there.
18+
19+
From there click create a release.
20+
21+
Use the generate release notes button and publish.
22+
23+
Possibly use this instead?
24+
25+
gh release create v2.0.x --generate-notes

0 commit comments

Comments
 (0)