Commit 5dfb7ce9 authored by Totara-thib's avatar Totara-thib
Browse files

templates: create new release for each templates required by r2devops 1.33

parent beaba321
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.2.2] - 2024-03-08
* New release required by the R2Devops upgrade to 1.33

## [0.2.1] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ This job will run an [`ansible-playbook`](https://docs.ansible.com/ansible/lates

## How to use it

1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the [quick use](https://docs.r2devops.io/get-started/use-templates/#use-a-template)). You can specify [a fixed version](https://docs.r2devops.io/get-started/use-templates/#versioning) instead of `latest`.
1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the **quick use**). You can specify [a fixed version](https://docs.r2devops.io/get-started/use-templates/#versioning) instead of `latest`.
2. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](https://docs.r2devops.io/get-started/use-templates/#job-templates-customization)
3. Well done, your job is ready to work ! 😀
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.4.4] - 2024-03-08
* New release required by the R2Devops upgrade to 1.33

## [0.4.3] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ code using [apiDoc](https://apidocjs.com/){:target="_blank"}.
1. Prepare your project with API annotations in your source code following
   [apiDoc format](https://apidocjs.com/#examples){:target="_blank"} and your [apiDoc
   configuration file](https://apidocjs.com/#configuration){:target="_blank"}.
1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the [quick use](https://docs.r2devops.io/get-started/use-templates/#use-a-template)). You can specify [a fixed version](https://docs.r2devops.io/get-started/use-templates/#versioning) instead of `latest`.
1. Copy/paste job URL in `include` list of your `.gitlab-ci.yml` (see the **quick use**). You can specify [a fixed version](https://docs.r2devops.io/get-started/use-templates/#versioning) instead of `latest`.
1. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](https://docs.r2devops.io/get-started/use-templates/#job-templates-customization)
1. Well done, your job is ready to work ! 😀
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.3.3] - 2024-03-08
* New release required by the R2Devops upgrade to 1.33

## [0.3.2] - 2023-03-07
* Tag this job as deprecated

Loading