Loading docs/versioning.md +5 −5 Original line number Diff line number Diff line # Versioning jobs are versioned using git tag following this format: `YYYY-MM-DD_RELEASE`. Jobs are versioned using git tag following this format: `job_name-version`. !!! note `RELEASE` is a number started from 1 Version follows the [Semantic Versioning](https://semver.org/). You can also use the latest version using `latest` instead of a tag. Using this, you will retrieve the latest version of jobs at each run. Note that if you don't set any tag, `latest` is used by default. Each jobs can be used independently with different version date. Each jobs can be used independently with different version. Example in `.gitlab-ci.yml`: ```yaml include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/0.1.0/mkdocs.yml' - remote: 'https://jobs.go2scale.io/0.1.0/apidoc.yml' ``` Available tags and release note for each jobs are available in [Jobs Loading Loading
docs/versioning.md +5 −5 Original line number Diff line number Diff line # Versioning jobs are versioned using git tag following this format: `YYYY-MM-DD_RELEASE`. Jobs are versioned using git tag following this format: `job_name-version`. !!! note `RELEASE` is a number started from 1 Version follows the [Semantic Versioning](https://semver.org/). You can also use the latest version using `latest` instead of a tag. Using this, you will retrieve the latest version of jobs at each run. Note that if you don't set any tag, `latest` is used by default. Each jobs can be used independently with different version date. Each jobs can be used independently with different version. Example in `.gitlab-ci.yml`: ```yaml include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/0.1.0/mkdocs.yml' - remote: 'https://jobs.go2scale.io/0.1.0/apidoc.yml' ``` Available tags and release note for each jobs are available in [Jobs Loading