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
To release a package to npm follow the steps
VERSION="..." VERSIONALPHA="$VERSION-alpha.0" ISSUE="..." git checkout -b release/$VERSION
git add . git commit -m "release: Update package version to $VERSIONALPHA #$ISSUE"
git tag $VERSIONALPHA
npm publish
lib/
README.md
./djv.js
package.json
git add . git commit -m "release: Update package version to $VERSION #$ISSUE"
npm run changelog
git tag $VERSION
The text was updated successfully, but these errors were encountered:
Before |djv|100%|70560 (± 6.66%)| |ajv|84.2%|59404 (± 0.36%)|
djv
ajv
After |ajv|100%|24727 (± 2.1%)| |is-my-json-valid|64.8%|16013 (± 3.15%)| |djv|16.1%|3970 (± 2.32%)|
is-my-json-valid
Sorry, something went wrong.
Waiting for #82 to release non-alpha version
No branches or pull requests
Release 2.1.3
To release a package to npm follow the steps
git tag $VERSIONALPHA
lib/
,README.md
,./djv.js
,package.json
, ...), no extra filesgit tag $VERSION
The text was updated successfully, but these errors were encountered: