diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:38:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:38:23 +0000 |
commit | ff6e3c025658a5fa1affd094f220b623e7e1b24b (patch) | |
tree | 9faab72d69c92d24e349d184f5869b9796f17e0c /RELEASING.md | |
parent | Initial commit. (diff) | |
download | libplacebo-ff6e3c025658a5fa1affd094f220b623e7e1b24b.tar.xz libplacebo-ff6e3c025658a5fa1affd094f220b623e7e1b24b.zip |
Adding upstream version 6.338.2.upstream/6.338.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'RELEASING.md')
-rw-r--r-- | RELEASING.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..00c2832 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,23 @@ +# New release steps + +## Pre-release (vX.Y.0-rcN) + +1. Tag `vX.Y.0-rcN` on `master` + +## Normal release (vX.Y.0) + +1. Tag `vX.Y.0` on `master` +2. Create version branch `vX.Y` +3. Force-push `release` branch (or fast-forward if possible) +4. Update topic on IRC #libplacebo +5. Bump 'X' version number in meson.build, for next release (optional) +6. Tag release on github + +## Bugfix release (vX.Y.Z) + +1. Cherry-pick bug fixes onto version branch (`vX.Y`) +2. Update `Z` version number in `meson.build` +3. Tag `vX.Y.Z` on this branch +4. Fast-forward `release` branch iff this is the latest major release +5. Update topic on IRC #libplacebo +6. Tag release on github |