This repository uses GitHub Actions to automate GitHub Releases.
- Update
manifest.jsonversion if needed. - Commit changes to
main. - Create and push a tag:
git tag v0.2.0
git push origin v0.2.0- GitHub Actions will:
- generate icons
- run syntax checks
- build the unpacked distribution zip
- create a GitHub Release automatically
- upload the release asset
The uploaded asset is:
network-error-reporter-<version>-unpacked.zip
This is a distribution archive for Load unpacked.
It is not a .crx installer package.
You can also trigger the workflow manually from the GitHub Actions tab with workflow_dispatch.