Update

I’m not a great programmer; I’m just a good programmer with great habits.

—— Kent Beck

更新版本是一種持續性的過程,所以必須有良好的識別度。

package.json

在 package.json 裡更改 version 內容,其格式為 x.x.x-{y}.x

Build

npm run build
npm login (or npm adduser and then login)
npm publish

釋出版本

  1. 貼上版號標籤: x.x.x-{y}.x

  2. 撰寫 release note

更新 Codesandbox

如果您有權限更改,請更新範例演示內容。

Last updated