Bump twenty current version (#20241)

# Introduction
This PR introduces a workflow and nx command that allow bumping to a
given version or incrementing the current `TWENTY_CURRENT_VERSION`

Combined with accurate on point cd triggered and CI upgrade sequence
guard mutation workflow the window where a PR can corrupt an already
released twenty version is mitigated
This commit is contained in:
Paul Rastoin
2026-05-05 15:05:11 +02:00
committed by GitHub
parent 90a1a9274f
commit 88394c25ef
5 changed files with 277 additions and 0 deletions
@@ -1 +1,10 @@
/*
* _____ _
*|_ _|_ _____ _ __ | |_ _ _
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
* |_| \_/\_/ \___|_| |_|\__|\__, | Generated by: npx nx version:bump twenty-server
* |___/
*/
export const TWENTY_CURRENT_VERSION = '2.3.0' as const;
@@ -1 +1,10 @@
/*
* _____ _
*|_ _|_ _____ _ __ | |_ _ _
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
* |_| \_/\_/ \___|_| |_|\__|\__, | Generated by: npx nx version:bump twenty-server
* |___/
*/
export const TWENTY_NEXT_VERSIONS = ['2.4.0'] as const;
@@ -1,3 +1,12 @@
/*
* _____ _
*|_ _|_ _____ _ __ | |_ _ _
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
* |_| \_/\_/ \___|_| |_|\__|\__, | Generated by: npx nx version:bump twenty-server
* |___/
*/
export const TWENTY_PREVIOUS_VERSIONS = [
'1.21.0',
'1.22.0',