We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e625fd commit 0807c0fCopy full SHA for 0807c0f
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
git config --global user.name "twilio-sdk-build"
61
- run: git checkout $DEFAULT_BRANCH
62
- run: npm --no-git-tag-version version patch
63
- - run: git add package.json package-lock.json
+ - run: git add package.json
64
- run: git commit -m "Bump version after release [skip ci]"
65
- run: git push origin $DEFAULT_BRANCH
66
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@twilio-labs/plugin-rtc",
3
- "version": "0.8.4",
+ "version": "0.8.5",
4
"description": "A Twilio-CLI plugin for real-time communication apps",
5
"main": "index.js",
6
"publishConfig": {
0 commit comments