- Pull the latest changes:
git pull origin main
- Make a branch
git checkout -b release-<version>
- Update the version in the
package.json
andmanifest.json
- Commit the version changes, open and merge PR.
- On
main
branch with latest changes, create and push a tag:git tag <version> git push origin <version>
- Build the app with
npm run dev
- Create a Github Release with the Release Title , uploading the
main.js
,styles.css
, andmanifest.json
. Click "Generate Release Notes"