Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 215 Bytes

File metadata and controls

16 lines (12 loc) · 215 Bytes

Release process

# ensure working copy is up to date
$ git pull
Up to date

# bump version
$ npm version x.y.z
vx.y.z

# push to git
$ git push main vx.y.z

GitHub workflow will take care of the rest.