Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 704 Bytes

ts-lib-starter

Download Version

Basic Usage

  1. Add changesets

    npm install @changesets/cli && npx changeset init
  2. Create a changeset

    npx changeset
  3. Apply changeset version

    npx changeset version

Github action integration

  1. Modify workflow permissions

image

  1. set up NPM_TOKEN
  2. push code with changeset markdown file.
  3. merge PR and let github action do the work