Skip to content

Commit ab502c2

Browse files
author
Aaron Alaniz
authored
Add skip ci to post release version bump (#29)
1 parent cdd96df commit ab502c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: git checkout $DEFAULT_BRANCH
6363
- run: npm --no-git-tag-version version patch
6464
- run: git add package.json package-lock.json
65-
- run: git commit -m "Bump version after release"
65+
- run: git commit -m "Bump version after release [skip ci]"
6666
- run: git push origin $DEFAULT_BRANCH
6767

6868
workflows:

0 commit comments

Comments
 (0)