Loading README.md +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 Loading Loading @@ -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: Loading @@ -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: Loading Loading @@ -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 Loading @@ -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 ``` Loading tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "5.0.0" current = "5.1.0" regex = ''' (?P<major>\d+) Loading Loading
README.md +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 Loading Loading @@ -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: Loading @@ -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: Loading Loading @@ -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 Loading @@ -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 ``` Loading
tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "5.0.0" current = "5.1.0" regex = ''' (?P<major>\d+) Loading