Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 263 Bytes

File metadata and controls

12 lines (9 loc) · 263 Bytes

To create a new release

  • [] Update the package.json

  • [] Update the manifest.json

  • [] Run this with the new version

    git tag -a 1.0.1 -m "1.0.1"
    git push origin 1.0.1
    

There is a release action that will create a release for you.