All contributors are welcome. Please use issues and pull requests to contribute to the project. And update CHANGELOG.md when committing.
When you commit a change, please add a note to CHANGELOG.md.
- Confirm the build is passing in travis
- This automatically checks the Podfile is building
- Push a release commit
- Create a new Master section at the top
- Rename the old Master section like: ## 1.0.5 Released on 2016-02-14.
- Update the Podspec version number
- Create a GitHub release
- Tag the release (like
1.0.5
) - Paste notes from CHANGELOG.md
- Tag the release (like
- Push the Podspec to CocoaPods
pod trunk push
- Create Carthage binaries
carthage build --no-skip-current
carthage archive WebP
- Add to the GitHub release