-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrelease-config.yaml
30 lines (23 loc) · 1.52 KB
/
release-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# YAML syntax problems can be verified with https://www.yamllint.com
# dataset metadata with project variables to be applied to each release
metadata:
alias: "COL{date,yy.M}"
title: Catalogue of Life
version: "{date}"
description: |
The Catalogue of Life is an assembly of expert-based global species checklists with the aim to build a comprehensive catalogue of all known species of organisms on Earth.
Continuous progress is made towards completion, but for now, it probably includes just over 80% of the world’s known species.
The Catalogue of Life estimates 2.3M extant species on the planet recognised by taxonomists at present time.
This means that for many groups it continues to be deficient, and users may notice that many species are still missing from the Catalogue.
# If true a release will include as its authors all authors of all it's sources.
addSourceAuthors: true
# If true a release will include as its authors all contributors of the project (not source contributors).
addContributors: true
# Optional list of dataset types to exclude from sources to generate the release authors from. E.g. ARTICLE to exclude all authors from Plazi and BDJ sources.
authorSourceExclusion: []
# If true a release will issue new DOIs to changed sources.
issueSourceDOIs: true
# If true a release will first delete all bare names from the project before it copies data.
removeBareNames: true
# If true a release will prepare exports for the entire release in all common formats.
prepareDownloads: true