Skip to content

Commit 4202885

Browse files
author
Aaron Alaniz
authored
Update release CI (#11)
* Bump version after release * Set git info
1 parent 80e0b7d commit 4202885

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > $PWD/.npmrc
5555
- run: npm publish
5656
- run: echo 'export DEFAULT_BRANCH=$(git remote show origin | grep HEAD | cut -d ":" -f2- | xargs)' >> $BASH_ENV
57+
- run:
58+
name: Set git information
59+
command: |
60+
git config --global user.email "[email protected]"
61+
git config --global user.name "twilio-sdk-build"
5762
- run: git checkout $DEFAULT_BRANCH
5863
- run: npm --no-git-tag-version version patch
5964
- run: git add package.json package-lock.json

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/plugin-rtc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Twilio-CLI plugin for real-time communication apps",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)