Skip to content

Commit

Permalink
Updated release manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalum73 committed Jun 25, 2020
1 parent 0a8d58c commit f746682
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ When you commit a change, please add a note to [CHANGELOG.md](CHANGELOG.md).
1. Push a release commit
1. Update [CHANGELOG.md](CHANGELOG.md) (by including version number and date of release like `## 0.3.0 (02.02.2020):`)
2. Update Xcode version number of sample project (`iOS Example.xcworkspace`)
3. Update the Podspec version number
3. Create release branch with name of version number (don't forget to push it)
4. Create a GitHub release
1. Tag the release (like `1.0.5`)
2. Paste notes from [CHANGELOG.md](CHANGELOG.md)
5. Push the Podspec to CocoaPods
3. Update the Podspec version number
2. Push the Podspec to CocoaPods
1. `pod trunk push`
6. Update Carthage
3. Update Carthage
1. Check if Carthage-Support/Audiograph/ contains changes and is still building (files are only linked there)
2. Update Carthage-project's Xcode version number in `Carthage-Support/Audiograph/Audiograph.xcodeproj`
4. Create a GitHub release
1. Tag the release (like `1.0.5`)
2. Paste notes from [CHANGELOG.md](CHANGELOG.md)
5. Create release branch with name of version number (don't forget to push it)

0 comments on commit f746682

Please sign in to comment.