Commit 1371f3fc authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 170c17d4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
# Just CI templates v5.4.0
# Just CI templates v5.5.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.4.0"
    ref: "v5.5.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.4.0"
    ref: "v5.5.0"

python:pytest:
  rules:
@@ -141,7 +141,7 @@ Polirepos will likely work out of the box without extra configuration needed.
include:
  - project: "just-ci/templates"
    file: "templates/container/python.yml"
    ref: v5.4.0-beta.1
    ref: v5.5.0-beta.1
```

### example monorepo
@@ -155,7 +155,7 @@ write your own kaniko and grype job. Again, read
include:
  - project: "just-ci/templates"
    file: "templates/container/monorepo.yml"
    ref: v5.4.0-beta.1
    ref: v5.5.0-beta.1
```

## Contributing
+1 −1
Original line number Diff line number Diff line
[version]
current = "5.4.0"
current = "5.5.0"

regex = '''
  (?P<major>\d+)