We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since we are going to be adding this to a shared organization, we should probably add a CONTRIBUTING.md which would include:
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered:
The current release process has been listed in #24 (comment)
npm version
npm version patch
package.json
git commit
git tag
npm publish
npm
git push && git push --tags
To put it altogether:
npm version {{version_type}} npm publish git push git push --tags
Sorry, something went wrong.
chrismou
No branches or pull requests
Since we are going to be adding this to a shared organization, we should probably add a
CONTRIBUTING.md
which would include:The text was updated successfully, but these errors were encountered: