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
VERSION="..." VERSIONALPHA="$VERSION-alpha.0" ISSUE="..." git checkout -b release/$VERSION
git commit -m "release: Update package version to $VERSIONALPHA #$ISSUE"
git tag $VERSIONALPHA
npm publish
lib/
README.md
./djv.js
package.json
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:
release: Update package version to 2.1.1-alpha.0 #69
de1f530
release: Update package version to 2.1.1 #69
60a2eb1
https://gitter.im/korzio/djv?at=5b8e4b1ed8d36815e5d3a3e1
Sorry, something went wrong.
No branches or pull requests
git commit -m "release: Update package version to $VERSIONALPHA #$ISSUE"
git tag $VERSIONALPHA
lib/
,README.md
,./djv.js
,package.json
, ...), no extra filesgit commit -m "release: Update package version to $VERSION #$ISSUE"
git tag $VERSION
The text was updated successfully, but these errors were encountered: