mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-13 16:53:58 +02:00
bump to 6.3.3
This commit is contained in:
13
RELEASE.md
13
RELEASE.md
@@ -8,6 +8,13 @@
|
||||
- package.json
|
||||
- manifest.json
|
||||
- commit and tag (`git tag {version}`)
|
||||
- Run `gulp buildExtension`. This will generate a zip - `extension-{version}.zip`
|
||||
- Test out extension-{version}.zip
|
||||
- If everything is good, push to master
|
||||
- Conditional code changes for extension:
|
||||
- Remove base tag from index.ejs
|
||||
- Remove auth code for signInWithPopup
|
||||
- Remove ga.js loading in analytics.js and add window.ga = () => {};
|
||||
- Remove lemonsqueezy.js script loading from useCheckout.js
|
||||
- Change import from 'firebase/auth' to 'firebase/auth/web-extension'
|
||||
- Run `gulp buildExtension`. This will generate a folder called `extension`.
|
||||
- Test out the extension by loading the `extension` folder.
|
||||
- If everything is good, push to master.
|
||||
- Zip the folder and submit to webstore.
|
||||
|
Reference in New Issue
Block a user