-
-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
@acinader Great! Look forward to releasing this version. |
@acinader Annoyingly, it seems I still wasn’t watching this repo so missed this but I just noticed that the 2.6.0 release wasn’t successful. I try and look into it. |
:( I see the error:
not sure how to fix. We really need someone who is used to deploying these kinds of assets. |
Ouch. So travis pushes our updates when we mark a release @TomWFox? |
Who does the Parse iOS release deployment @TomWFox ? |
That's how most of the repos work, but I haven't had a chance to look at this. |
No one - the last release was made by @flovilmart and he is no longer working on the project. |
@TomWFox I got this figured out I think. What I read other repositories do to push and what this specific commit was missing that the other release commits had was a tag. We need to commit called "Release 2.6.0" with the tag "2.6.0" . |
In fact I just verified thats what we need. If we go to a build like this one thats a commit to master. At the end youll notice it says "Skipping a deployment with the script provider because this is not a tagged commit". |
So actually @TomWFox we could change the commit name and add a tag to it. |
Actually nevermind. Let's commit this one. I want to update build notes and then I'll do one as well as fix some formatting issues and update readme. |
No description provided.