IdeaMall data model is based on TypeScript class validator
https://ideamall.github.io/data-model/
- Generate a PAT with
read:packages
authorization - Run Sign-in command in your terminal:
npm login --scope=@ideamall --registry=https://npm.pkg.github.com
npm i pnpm -g
pnpm i @ideamall/data-model
-
update
version
inpackage.json
file -
add Git tag
git tag vx.xx.x HEAD # such as v0.7.0
- push codes with tags
git push origin main --tags # push all commits and tags on "main" branch