From f7220ea12c23ec115522f5e239a4074c850daccb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 15:34:45 +0000
Subject: [PATCH 01/77] chore: update Flagsmith environment document (#4823)
Co-authored-by: matthewelwell
{is4Eyes && isVersioned
- ? 'This will create a change request for the environment'
+ ? `This will create a change request ${
+ isVersioned
+ ? 'with any value and segment override changes '
+ : ''
+ }for the environment`
: 'This will update the segment overrides for the environment'}{' '}
{
From fbd1a13497ef805e3b23e1877e7ccfe087cf197b Mon Sep 17 00:00:00 2001
From: Matthew Elwell