validate-npm-pc--fjbotto
v1.0.10
Published
A comprehensive library for validating user inputs including emails, mobile numbers, and social media links.
Downloads
5
Readme
validate-npm-pc--fjbotto
Testing npm publishing automation
Steps to publish a new version
- Update main branch
- Create a new branch
- Work on your changes
npx changeset
will ask if your change is: patch|minor|major and provide a description of your changes, this description will be sent to the changelog, so be mindful of describing every change you did. This will create a new file in changeset this is very important for tracking changes.- Then add, commit and push
- After the PR is merged a release action will be executed and will automatically create a new PR to bump package version and release it to NPM
- After the bumping version PR is merged go and check package version https://www.npmjs.com/package/validate-npm-pc--fjbotto?activeTab=readme
- Get back to your local repo, switch to main and pull