sharkdp / insect

High precision scientific calculator with support for physical units
https://numbat.dev/
MIT License
3.17k stars 126 forks source link

Add publishing script and documentation #358

Closed triallax closed 1 year ago

triallax commented 1 year ago

I think we should do both :smile:. And the documentation should simply be sth like this

To publish a new version of Insect:

  • Bump the version in package.json
  • Run XXX to also update the version in the lock file
  • Run the publish-new-version.sh script.

Originally posted by @sharkdp in https://github.com/sharkdp/insect/issues/333#issuecomment-1374729696