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
- Host: GitHub
- URL: https://github.com/freshos/updatelibrarychecklist
- Owner: freshOS
- License: mit
- Created: 2018-01-12T09:29:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T09:34:44.000Z (over 8 years ago)
- Last Synced: 2025-02-15T13:23:51.434Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`