FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.0.2] - 2024-10-30
### Fixed
- Fixed auto devops include in `/auto-devops/common.yml`.
## [6.0.1] - 2024-10-30
### Fixed
### Fixed
- Correction to the documented ci template path '/auto-devops/auto-devops.gitlab-ci.yml'.
......
......@@ -7,7 +7,7 @@
# We add a "default" workflow rule but downstream users of this template can easily override these with their own.
include:
- local: /auto-devops.gitlab-ci.yml
- local: /auto-devops/auto-devops.gitlab-ci.yml
# Utilities
- local: "/python-common.yml"
......