Commit 82b7d371 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/just-ci/templates/compare/v4.1.2...v5.0.0) (2022-05-19)

* feat!: improves container pipelines, kaniko and grype in monorepo and polirepo repositories ([26bd9df1](https://gitlab.com/just-ci/templates/commit/26bd9df1c47c136b7bfefce3574745caa7432e9f))

### BREAKING CHANGES

* use of the word docker was replaced by container where appropriate
parent e33c06ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v4.1.2
# Just CI templates v5.0.0

Maintainers:
* Federico Falconieri: @falcorocks
@@ -42,7 +42,7 @@ Here is an example `.gitlab-ci.yml` importing the python template:
include:
  - project: 'just-ci/templates'
    file: 'templates/python.yml'
    ref: 'v4.1.2'
    ref: 'v5.0.0'
```

The above is a template for Python projects. Other templates can be found in `templates/`, for example:
@@ -59,7 +59,7 @@ Templates and pipelines may come with jobs you don't want/need to run. We have c
include:
  - project: 'just-ci/templates'
    file: 'templates/python.yml'
    ref: 'v4.1.2'
    ref: 'v5.0.0'

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

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