feat: add changeset

Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
This commit is contained in:
Sayak Mukhopadhyay
2022-12-25 20:38:15 +05:30
parent ac1e91c252
commit ba2d69ee17
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config': patch
---
Handle a case when boolean configuration parameters are given a string type of 'true' or 'false'. This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.