All contributors are welcome. Please use issues and pull requests to contribute to the project. And update CHANGELOG.md when committing.
- Confirm the build is passing in travis
- This automatically checks the pod file is building
- Create a release commit, see prior releases for an example
- Update the change log to label the latest improvements under the new version name
- Update the podspec version number
- Tag the release in GitHub
- Create the release commit
- Create the release with notes from the change log
- Push the podspec to cocoapods
pod trunk push
- Create Carthage binaries
carthage build --no-skip-current
carthage archive FDWaveformView
- Add to the GitHub release