Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9b90286

Browse files
authored
Merge pull request #27 from topcoder-platform/issue-4706
Added QA to track filter
2 parents fbb7eaa + c728e1d commit 9b90286

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- attach_workspace:
3131
at: .
3232
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33-
- run: npm publish --tag=qa-accessibility
33+
- run: npm publish --tag=test-release
3434

3535
workflows:
3636
version: 2
@@ -48,4 +48,4 @@ workflows:
4848
tags:
4949
only: /v[0-9]+(\.[0-9]+)*/
5050
requires:
51-
- test
51+
- test

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "1.0.12",
35+
"version": "1000.0.2",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

0 commit comments

Comments
 (0)