Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Releasing
=========

1. Update the version in Sources/Version.swift
2. `git commit -am "Version X.Y.Z"`
3. `git tag -a X.Y.Z -m "Version X.Y.Z"`
4. `git push && git push --tags`
5. Create a new github release at https://github.com/segmentio/analytics-swift/releases
* Summarize change history since last release in the notes.