blob: 0c2e0e19f2ad30d85355b84f816d0ac4bacc54fd (
plain)
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
|
---Overview
The silentct software is not stable and well-tested yet. Please read the NEWS
file for information on how to upgrade from one beta version to the next.
The git-tag convention for versioning is
beta.NUM
where NUM is a monotonic counter.
By the terms of the LICENSE you are free to use this code "as is" in almost any
way you like. But for now, beta-use is only supported via the programs in cmd/.
This means the NEWS file is only targeted towards users of the cmd/ programs.
See
https://git.glasklar.is/rgdd/silentct/-/issues
for an outlook of what we might be working on next.
---Release cheat-sheet
* Makefile works and produces reasonable man pages
* Quickstart instructions in the README file works
* NEWS file describes what changed from a cmd/ perspective
* Bump version in README
* Push next beta.NUM tag
|