Commit 5c0d71a1 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.0.1 [skip ci]

parent 38f1bdb5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v6.0.0
# Just CI templates v6.0.1

Maintainers:

@@ -81,7 +81,7 @@ is an example `.gitlab-ci.yml` importing the python template:
include:
  - project: just-ci/templates
    file: templates/python.yml
    ref: v6.0.0
    ref: v6.0.1
```

The above is a template for Python projects. Other templates can be found in
@@ -102,7 +102,7 @@ you want you can always disable specific jobs with custom rules.
include:
  - project: just-ci/templates
    file: templates/python.yml
    ref: v6.0.0
    ref: v6.0.1

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

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

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

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

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