fix: update release notes with styling and project variables description

Signed-off-by: Ilya Katlinski <ilya.katlinsky@gmail.com>
This commit is contained in:
Ilya Katlinski
2023-10-02 15:05:21 +02:00
parent bbb2a00fd3
commit 4bed80bb6e
+2 -2
View File
@@ -2,10 +2,10 @@
'@backstage/plugin-scaffolder-backend': minor
---
Updated publish:gitlab action properties to support additional Gitlab project settings:
Updated `publish:gitlab`` action properties to support additional Gitlab project settings:
- general project settings provided by gitlab project create API (new `settings` property)
- branch level settings to create additional branches and make them protected (new `branches` property)
- project level environment variables settings (new `variables` property)
- project level environment variables settings (new `projectVariables` property)
Marked existed properties `repoVisibility` and `topics` as deprecated, as they are covered by `settings` property.