Skip to content

Commit

Permalink
Add hold/approval step before pushing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Apr 28, 2019
1 parent 637885c commit 0923f3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ workflows:
only: /^v\d*\.\d*\.\d*-beta\.\d*$/
branches:
ignore: /.*/
- publish-stable:
- hold:
type: approval
requires:
- test-node8
- test-node9
Expand All @@ -140,3 +141,11 @@ workflows:
only: /^v\d*\.\d*\.\d*$/
branches:
ignore: /.*/
- publish-stable:
requires:
- hold
filters:
tags:
only: /^v\d*\.\d*\.\d*$/
branches:
ignore: /.*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "6.4.0-beta.0",
"version": "6.4.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit 0923f3a

Please sign in to comment.