We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404e38e commit b67fbb4Copy full SHA for b67fbb4
RELEASE.md
@@ -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