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 637885c commit 0923f3aCopy full SHA for 0923f3a
.circleci/config.yml
@@ -128,7 +128,8 @@ workflows:
128
only: /^v\d*\.\d*\.\d*-beta\.\d*$/
129
branches:
130
ignore: /.*/
131
- - publish-stable:
+ - hold:
132
+ type: approval
133
requires:
134
- test-node8
135
- test-node9
@@ -140,3 +141,11 @@ workflows:
140
141
only: /^v\d*\.\d*\.\d*$/
142
143
144
+ - publish-stable:
145
+ requires:
146
+ - hold
147
+ filters:
148
+ tags:
149
+ only: /^v\d*\.\d*\.\d*$/
150
+ branches:
151
+ ignore: /.*/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tc",
3
- "version": "6.4.0-beta.0",
+ "version": "6.4.0",
4
"description": "ESLint shareable config for JavaScript projects",
5
"keywords": [
6
"eslintconfig",
0 commit comments