Add an emoji to your conventional commit PR titles
https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action
Ensure you have
ncc
installed:npm i -g @vercel/ncc
- Compile
ncc build index.js --license licenses.txt
- Commit
git add --all && git commit -m ""
- Tag
git tag -a -m "" v1.1
- Push
git push --follow-tags