Commit 93b97a29 authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '124-change-version-tag-by-changelog-tab-in-step-list-for-all-jobs' into 'latest'

Resolve "Change version tag by changelog tab in step list for all jobs"

Closes #124

See merge request go2scale/hub!61
parents 89dbf89d 99d63cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  {%- endif -%}
{%- endfor %}

# Changelog
## Changelog

* **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`):
> ```
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
    include:
      - remote: 'https://jobs.go2scale.io/{{ job_name }}.yml'
    ```

3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/use-the-hub/#jobs-customization)
4. Well done, your job is ready to work ! 😀
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ code using [apiDoc](https://www.apidocjs.com/).
1. Prepare your project with API annotations in your source code following
   [apiDoc format](https://apidocjs.com/#examples) and your [apiDoc
   configuration file](https://apidocjs.com/#configuration).
2. Choose a version in [version list](#versions)
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub/)). Example:

+1 −3
Original line number Diff line number Diff line
@@ -16,15 +16,13 @@ remote registry. The build part is done using
1. Create a
   [Dockerfile](https://docs.docker.com/get-started/part2/#sample-dockerfile) (by default at the root of your project)
   to containerize your application
2. Choose a version in [version list](#versions)
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:

    ```yaml
    include:
      - remote: 'https://jobs.go2scale.io/docker_build.yml'
    ```

4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/getting-started/#jobs-customization)
5. Well done, your job is ready to work ! 😀
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use.
    /mkdocs.yml # This is your configuration file
    /docs/      # This folder contains all your documentation markdown files
    ```
2. Choose a version in [version list](#versions)
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub/)). Example:

Loading