Skip to content

Commit 9379580

Browse files
committed
Allows "-rcXXX" suffix on release tags
1 parent 81a0e8b commit 9379580

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ workflows:
4343
branches:
4444
ignore: /.*/
4545
tags:
46-
only: /v[0-9]+(\.[0-9]+)*/
46+
only: /v[0-9]+(\.[0-9]+)(-rc[0-9]+)?*/
4747
requires:
4848
- test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
3030
"lint": "npm run lint:js",
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32-
"prepack": "npm run build",
3332
"test": "npm run lint && npm run jest"
3433
},
3534
"version": "0.3.7",

0 commit comments

Comments
 (0)