demo-pkg-versioning
v1.0.0
Published
package for changeset demo
Readme
Setup
- install and setup @changesets/cli
npm install -D @changesets/clinpx changeset initto create .changeset/config.json directory and filenpx changesetto select what version bump type [patch | minor | major], and add summry details of the changes. then it will generate md file in /.changeset/
Q&A about changeset cli package
https://github.com/changesets/changesets/blob/main/docs/common-questions.md
Tutorila
https://www.youtube.com/watch?v=eh89VE3Mk5g&ab_channel=MattPocock
