Add jira ticket from the branch name to your PR titles
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