@thinknimble/tn-forms
Version:
Utilities for building front-end forms.
24 lines (12 loc) • 318 B
Markdown
# create a branch
Create a new branch with your changes --> feature/<branch-name>
# run tests
Add tests and run
# make a pr
After pr is reviewed it will be merged to main
# build compile and publish
update changelog in readme.md
`npm version` <next-version>
`npm run build`
commit to git repo
`npm publish`