This repository was archived by the owner on Sep 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-34
lines changed Expand file tree Collapse file tree 4 files changed +14
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4949 - run : yarn run snyk test --severity-threshold=high
5050 - run : yarn run snyk monitor
5151
52- changelog :
53- << : *defaults
54- steps :
55- - checkout
56- - run : make release-test
57-
5852 publish :
5953 << : *defaults
6054 steps :
@@ -68,10 +62,6 @@ workflows:
6862 version : 2
6963 test_and_publish :
7064 jobs :
71- - changelog :
72- filters :
73- tags :
74- only : /.*/
7565 - test :
7666 filters :
7767 tags :
@@ -87,7 +77,6 @@ workflows:
8777 - publish :
8878 requires :
8979 - test
90- - changelog
9180 filters :
9281 tags :
9382 only : /v[0-9]+(\.[0-9]+)*(-.+)?/
Original file line number Diff line number Diff line change 1+ version : 2
2+ mergeable :
3+ - when : pull_request.*
4+ validate :
5+ - do : or
6+ validate :
7+ - do : dependent
8+ changed :
9+ file : ' **/*'
10+ required : ['HISTORY.md']
11+ - do : description
12+ must_include :
13+ regex : ' New version is not required'
14+ message : ' Should cut a new version or explicitly documents new version not required in description'
Original file line number Diff line number Diff line change @@ -88,8 +88,4 @@ test-e2e:
8888 npx codeceptjs run --steps
8989.PHONY : test-e2e
9090
91- release-test :
92- sh .circleci/changelog-check.sh
93- .PHONY : release-test
94-
9591.DEFAULT_GOAL = test
You can’t perform that action at this time.
0 commit comments