Update Pipeline Notes authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -23,6 +23,8 @@ git tag -f v1 ...@@ -23,6 +23,8 @@ git tag -f v1
git push --tags -f git push --tags -f
``` ```
**Note**: The Component versioning where major versions are automatically resolved ONLY works if your components are in a project explicitly set as a CI/CD Catalog, AND only after a release has been created since enabling this setting.
# Auto DevOps # Auto DevOps
There is a feature to provide a group default `.gitlab-ci.yml` if none is provided in a project. We may consider doing this at some point. There is a feature to provide a group default `.gitlab-ci.yml` if none is provided in a project. We may consider doing this at some point.
... ...
......