Skip to content

Commit ebf3860

Browse files
authored
Create RELEASING.md (#19)
* Create RELEASING.md * Update RELEASING.md
1 parent 6676955 commit ebf3860

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)