An open API service indexing awesome lists of open source software.

https://github.com/freshos/updatelibrarychecklist

Checklist on how to update a library
https://github.com/freshos/updatelibrarychecklist

Last synced: 5 months ago
JSON representation

Checklist on how to update a library

Awesome Lists containing this project

README

          

# UpdateLibraryChecklist
Checklist on how to update a library

- [ ] Make your code changes
- [ ] Update README if needed
- [ ] Bump version of the project (all targets, ex tvOS, macOS etc)
- [ ] Update the version number in the Podspec file
- [ ] Run `carthage build --no-skip-current`
- [ ] run `carthage archive `
- [ ] Commit your changes
- [ ] Tag release `git tag -a X.X.X -m "Message"`
- [ ] Push the tags `git push --tags`
- [ ] Create a release form the tag on Github and attach zipped framework
- [ ] Push Cocoapods version with `pod trunk push`