1 # --- directories & files ---
2 # file paths are relative to the $tags/$package/$version directory
3 # or $tags/$version (depending on multipackage)
5 # watch this directory for new tags; tags are used to generate releases
6 # tags should be called version numbers only, like "1.0.2", not
7 # "project-1.0.2". Format of the version number is up to the developers;
8 # they will be numerically sorted in reverse order before they are listed.
11 # do we have multiple packages?
14 # release notes file (not mandatory)
15 relnotes=Release_notes
17 # changelog file (not mandatory)
20 # documentation dir (relative to the tag). If provided, a snapshot of this
21 # directory is created and linked from the releases page. The directory
22 # content will be listed if index.html does not present.
25 # project page (absolute path)
28 # --- source release formats (none of them is mandatory) ---
33 # --- binary release formats (none of them is mandatory) ---
34 # debian/ for building a .deb
37 # --- display properties ---
38 # how many past releases to display on the main page?