mozilla / wp-offline-shell

This WordPress plugin provides a method for caching theme assets via a service worker.
Other
53 stars 16 forks source link

Import Makefile from wp-web-push #90

Closed marco-c closed 8 years ago

marco-c commented 8 years ago

A few improvements:

darkwing commented 8 years ago

What's an example usage of this new setup so I can run in the future?

marco-c commented 8 years ago

You just need to run make release, everything will happen automatically. You can test this branch, before applying the changes make release will ask you if you're satisfied (so you can just press 'N' to discard all the changes).

darkwing commented 8 years ago

Everything worked well but Stable tag: 0.3.0 should say "Stable tag: 0.4.0" - are we using that or is this a useless label?

marco-c commented 8 years ago

I don't have that in my plugin, my stable is trunk. Are you using it? If you're using it I can make the script change it automatically.

darkwing commented 8 years ago

Nope, I thought that needed to be a version number. Updating to trunk like you: https://github.com/mozilla/wp-offline-shell/pull/94

darkwing commented 8 years ago

R+