-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvend.yaml
22 lines (22 loc) · 892 Bytes
/
vend.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# vend.yaml
#
# edition is the same as the edition attribute in publish.yaml. It must match the branch name
# before linting will pass / the edition will publish. It is replicated in vend.yaml as a check
# to make sure that FPE's review this file, specifically the contributors array, before being
# able to publish a new edition.
edition: ~
# contributors is an array of all the contributors that should receive commission for this
# version of the book.
# Each element in the array should have a username and a percentage attribute. The total must
# sum to 100%.
# The publisher's share should be attributed to the user _razeware (note the leading _).
contributors:
- username: _razeware
percentage: 100
# price_band specifies which band this book lives in. It can be one of:
# - free
# - 2020_full_book
# - 2020_short_book
# - 2020_deprecated_book
price_band: 2020_full_book