-
Notifications
You must be signed in to change notification settings - Fork 83
Automate store upload with Continuous Integration #312
Comments
So with this every update will get automatically uploaded to the webstore without you doing it ? |
Yep, that's the goal. |
https://docs.travis-ci.com/user/environment-variables/ |
Travis plz update your doc... |
OK, I got the encryption working... |
Google's docs on how to create credential are kind of crap... They need to make it noob friendly... Took me 1h to find the correct doc... |
The doc on obtaining OAuth token is here: https://developer.chrome.com/webstore/using_webstore_api |
Is it done ? I received another update to v9.9! |
Yea I'm testing it... Not quite done yet. |
The web store API is absolute crap, I have no way to check the current draft version... |
Don't tell me I need a custom API to keep track of last build version... I'll just check published version, hopefully it'll go well. |
Yea I guess I need to make an API server...... This is a bit more complex than I wanted... Anyway, I will manually upload updates until everything is ready. |
It should be good now... Let me test it out... |
Oh no, the build failed... Eh... my server was misconfigured... This is HARD to debug... Thankfully I only need to do it once... |
Actually the script didn't run in the last build... But I'm sure it's good now. The build script will call to my server... Hopefully that will not go down like last time... I was planning on making the extension install page to look a bit better, but getting too much attention is not really what I want. I will probably keep the install page as-is and the extension unlisted. |
https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/web-store
https://developer.chrome.com/webstore/webstore_api/items/update
https://github.com/c301/grunt-webstore-upload/blob/master/tasks/webstore_upload.js
Automate store upload with Continuous Integration.
The text was updated successfully, but these errors were encountered: