Commit 77b46cf6 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.8.5

## [6.8.5](https://gitlab.com/just-ci/templates/compare/v6.8.4...v6.8.5) (2022-10-03)

### Bug Fixes

* set GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL for semantic-release job ([942b38ec](https://gitlab.com/just-ci/templates/commit/942b38ec89d781a306804088da5091959f8bd092))
parent 98487b3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v6.8.4
# Just CI templates v6.8.5

Maintainers:

@@ -79,7 +79,7 @@ is an example `.gitlab-ci.yml` importing the python template:
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.8.4/templates/python.yml
  - remote: https://just-ci.gitlab.io/jobs/v6.8.5/templates/python.yml
```

The above is a template for Python projects. Other templates can be found in
@@ -98,7 +98,7 @@ you want you can always disable specific jobs with custom rules.
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.8.4/templates/python.yml
  - remote: https://just-ci.gitlab.io/jobs/v6.8.5/templates/python.yml

python:pytest:
  rules:
+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ monorepo_root
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.8.4
    ref: v6.8.5

image:build:subdir_b:
  extends: .image:build
@@ -66,7 +66,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.8.4
    ref: v6.8.5

variables:
  IMAGE_CONTEXT: subdir_a
@@ -102,7 +102,7 @@ builder template. For example:
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.8.4
    ref: v6.8.5

.image:build:
  extends: .buildah # All build jobs will now use buildah
+1 −1
Original line number Diff line number Diff line
[version]
current = "6.8.4"
current = "6.8.5"

regex = '''
  \d+\.\d+\.\d+(-(.*))?