Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release? #2

Open
stevenp opened this issue May 10, 2018 · 2 comments
Open

New release? #2

stevenp opened this issue May 10, 2018 · 2 comments

Comments

@stevenp
Copy link

stevenp commented May 10, 2018

The fix to the warnings you resolved in the most recent commit haven't been released on Cocoapods yet. Would you mind releasing them? Thanks!

@atomkirk
Copy link
Member

atomkirk commented May 10, 2018

haha its been like 5 years, wanna give me a refresher on how I do a release? :) Meaning, if you know off the top of your head what the command is?

@stevenp
Copy link
Author

stevenp commented May 10, 2018

$ cd ~/code/Pods/NAME
$ edit NAME.podspec
# set the new version to 0.0.1
# set the new tag to 0.0.1
$ pod lib lint

$ git add -A && git commit -m "Release 0.0.1."
$ git tag '0.0.1'
$ git push --tags

$ pod trunk push NAME.podspec

-- taken from https://guides.cocoapods.org/making/making-a-cocoapod.html#release

Thanks Adam! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants