-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Qian-Ye_Lin edited this page Sep 1, 2022
·
3 revisions
Welcome to the toshi-nest wiki! Documentation
- In main, update package.json with the correct version number, with a commit message of the version number, e.g.
3.2.1
. - Create a new tag with the new version number and publish a release. There are two ways to do this.
- On the command line:
git checkout main
git pull
git tag "version number"
git push origin "version number"
Then you can draft a release, fill in the release notes and click "Publish Release"
- On the github web interface: You can create a tag when you publish a release