Commit 62a7d7f4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 49c5b43e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
# Just CI templates v5.0.0
# Just CI templates v5.1.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: 'v5.0.0'
    ref: 'v5.1.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: 'v5.0.0'
    ref: 'v5.1.0'

python:pytest:
  rules:
@@ -94,7 +94,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.0.0-beta.1
    ref: v5.1.0-beta.1
```

### example monorepo
@@ -106,7 +106,7 @@ In monorepos you can start by including the following, but you will need to writ
include:
  - project: 'just-ci/templates'
    file: 'templates/container/monorepo.yml'
    ref: v5.0.0-beta.1
    ref: v5.1.0-beta.1
```


+1 −1
Original line number Diff line number Diff line
[version]
current = "5.0.0"
current = "5.1.0"

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