doc: update changeset and bumped minor version

Signed-off-by: Ilya Katlinski <ilya.katlinsky@gmail.com>
This commit is contained in:
Ilya Katlinski
2023-09-15 10:23:26 +02:00
parent 3e3bf5311e
commit dea0aafda7
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Updated publish:gitlab action properties to support project and branches level configuration.
Project level configuration is based on the Gitlab Project Create API available options. Is is available via `settings` property.
Branch level configuration allow to create additional branches and make them protected. It is available via `branches` property.
Marked existed properties `repoVisibility` and `topics` as deprecated, as they are covered by `settings` property.