File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,8 @@ workflows:
46
46
- test_examples
47
47
- test_docs
48
48
- publish_schemas :
49
- requires :
50
- - test_examples
51
49
filters :
52
50
tags :
53
- # All (future) tags
54
51
only : /^v.*/
55
52
branches :
56
- # Only dev branch, not PRs
57
- only : dev
53
+ ignore : /^((?!dev).)*$/
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Collection's license(s) as a SPDX [License identifier](https://spdx.org/licenses
88
88
89
89
#### summaries
90
90
91
- Collections are are * strongly recommended* to provide summaries of the values of fields that they can expect from the ` properties `
91
+ Collections are * strongly recommended* to provide summaries of the values of fields that they can expect from the ` properties `
92
92
of STAC Items contained in this Collection. This enables users to get a good sense of what the ranges and potential values of
93
93
different fields in the Collection are, without to inspect a number of Items (or crawl them exhaustively to get a definitive answer).
94
94
Summaries help to fully define Collections, especially if they don't link to any Items. They also give clients enough information to
You can’t perform that action at this time.
0 commit comments