taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6f3adf89d534a7753ba43318174a1dec361cad77
parent 47d8688721608a00b2f62a9bc469bae57699e19e
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Thu,  9 Jul 2026 08:16:52 -0300

listing type of special considerations that worth be mentioned on a prod release

Diffstat:
Mdeveloper/prod-release-process.rst | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/developer/prod-release-process.rst b/developer/prod-release-process.rst @@ -81,8 +81,12 @@ Pre-Deployment Sign-off template - (list tests that were done, both manual and test suites) Special considerations: - - (list anything that is out of the ordinary, such as breaking changes, - hotfix, ...) + - (list anything that is out of the ordinary) + - API Breaking changes + - Configuration changes + - Database migrations + - hotfix + - etc... Other accepted risks: - (list accepted risks such as specific untested features, known instabilities, ...)