Commit 676c0db9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.0.0 [skip ci]

parent e53f4b8c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v5.6.1
# Just CI templates v6.0.0

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: v5.6.1
    ref: v6.0.0
```

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: v5.6.1
    ref: v6.0.0

python:pytest:
  rules:
+1 −1
Original line number Diff line number Diff line
[version]
current = "5.6.1"
current = "6.0.0"

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