@sixnetwork/workflow-example
v4.1.2
Published
This project is Six Data Chain Client it use for send transactions and query data from chain
Downloads
9
Readme
Flow
- 1 : Coding
- 2 : Testing npm run test
- 3 : Try local Build npm run build
- 4 : Git push
- 5 : create release in github format release-v0.0.1 (version get from npm version)
How to update version
- major : แก้เกือบทุกอย่าง integrate กับของเดิมแทบไม่ได้เลย upgrate module 0.0.1 -> 1.0.0
- minor : อาจจะแก้ function หรือ param นิดหน่อย แต่ว่าบาง function ที่เคยใช้งานได้ จะใช้ไม่ได้ ปกติใช้กับ เพิ่ม feature เล็กน้อย 0.0.1 -> 0.1.0
- patch : Fix bug ไม่กระทบการทำงานหลัก function เดิมใช้ได้ 0.0.1 -> 0.0.2
npm version patch
ถ้าพังใช้ --force