We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a checklist for releasing a new version of the extension.
package.json
firefox/manifest.json
google-chrome/manifest.json
git commit -m "release version X.Y.Z"
git tag X.Y.Z
git push --tags origin next
yarn run build; pass gpg_keys/RESTED\ private\ key | ./scripts/build.sh
mv RESTED.* ~
scripts/build-source-archive.sh