First commit
This commit is contained in:
commit
87d22a4516
235 changed files with 51802 additions and 0 deletions
17
node_modules/mgrs/PUBLISHING.md
generated
vendored
Normal file
17
node_modules/mgrs/PUBLISHING.md
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Publishing
|
||||
===
|
||||
|
||||
Use `tin` to update the version number in `package.json`.
|
||||
|
||||
tin -v x.y.z
|
||||
|
||||
Then run the publish script
|
||||
|
||||
./publish.sh
|
||||
|
||||
afterwards don't forget to update the versions to be a prerelease of the next version, so if you just published 1.1.1 then:
|
||||
|
||||
tin -v 1.1.2-alpha
|
||||
git add package.json
|
||||
git commit -m 'update version to 1.1.2-alpha'
|
||||
git push origin master
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue