Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 320 Bytes

titleticket

Add jira ticket from the branch name to your PR titles

Building/Publishing

Ensure you have ncc installed: npm i -g @vercel/ncc

  1. Compile ncc build index.js --license licenses.txt
  2. Commit git add --all && git commit -m ""
  3. Tag git tag -a -m "" v1.1
  4. Push git push --follow-tags