Skip to content

freshOS/UpdateLibraryChecklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 <PorductName>
  • 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

About

Checklist on how to update a library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published