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 6676955 commit ebf3860Copy full SHA for ebf3860
RELEASING.md
@@ -0,0 +1,9 @@
1
+Releasing
2
+=========
3
+
4
+1. Update the version in Sources/Version.swift
5
+2. `git commit -am "Version X.Y.Z"`
6
+3. `git tag -a X.Y.Z -m "Version X.Y.Z"`
7
+4. `git push && git push --tags`
8
+5. Create a new github release at https://github.com/segmentio/analytics-swift/releases
9
+ * Summarize change history since last release in the notes.
0 commit comments