From 7968738d5fd76af823f7d1da5e0674f8f01921ac Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Fri, 5 Apr 2024 11:16:18 +0200 Subject: [PATCH] Add instructions to have people update distribution history whenever a new psc-toggle-ids version is issued. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0fd7ca0..fa49e4a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Developement +### Distribution history + +This ecosystem uses many independant components, some of which live an independant life in distinct repositories. +For each release of `psc-toggle-ids`, [the psc-compoents' distribution history](https://github.com/ansforge/psc-components/blob/main/DISTRIBUTION.md) file will need to be updated with the new version, so that we can keep track of compatible component versions, and go back to a previous working distribution if need be. + ### Release procedure Whenever a version is ready for release, run the following commands on the `main` branch (or on the maintenance branch if we're about to issue a production FIX). This should run on any shell, be it `bash`, `cmd` or if needed `gitbash`.