File: RELEASING

package info (click to toggle)
liquidsoap 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,372 kB
  • sloc: ml: 71,806; javascript: 27,320; ansic: 398; xml: 114; sh: 99; lisp: 96; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-----------------------------
- How to release liquidsoap -
-----------------------------

 [] Run the CI. This should run the tests and prepare all the assets.
 [] Update the versioned dependencies in `liquidsoap.opam`, release
    pending dependent bindings (see below on how to publish to `opam`).
 [] Update copyright years in headers and check that all files have license
     headers.
 [] Fill-in CHANGES, with the release date.

Opam packages
-------------

Packages can be published to opam using `opam publish`. Make sure to check upstream
for improvement made on the package files before sending the updates. `opam`
versioning for version suffix is: `x.y.z~suffix`. It is not compatible with
liquidsoap's `configure` based version detection so make sure to avoid depending
on version-suffixed packages.