sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

Automate publish #62

Closed sindresorhus closed 7 years ago

sindresorhus commented 7 years ago

With: https://github.com/DrewML/chrome-webstore-upload-cli

This one is not going to be updated that often, so I think it makes most the sense to do it on new Git tags.

radiovisual commented 7 years ago

This is a good idea. How would you like to handle the Google API credentials? Once we have credentials to use (clientId, a clientSecret and a refreshToken) we have to decide how (and if) we want to expose them to the repo, and how that fits into the automated publish process.

sindresorhus commented 7 years ago

Same as with https://github.com/sindresorhus/refined-github, I will just add the credentials to Travis when everything else is set up.