From 1b2f3ddc0503d63b1e1b90ba7ebfb6098a3975d2 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 1 Nov 2024 10:12:45 +0100 Subject: Say a few words about beta tags and releases --- README.md | 3 ++- RELEASES | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 RELEASES diff --git a/README.md b/README.md index e0c43f8..8e102be 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ An implementation of a silent Certificate Transparency monitor. ## Status -Drafty prototype, please do not use for anything too serious yet. +Drafty prototype, please do not use for anything too serious yet. See +[RELEASES](./RELEASES) for information on what can be expected right now. ## How it works diff --git a/RELEASES b/RELEASES new file mode 100644 index 0000000..0c2e0e1 --- /dev/null +++ b/RELEASES @@ -0,0 +1,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 -- cgit v1.2.3