Loading README.md +5 −5 Original line number Diff line number Diff line # Just CI templates v5.2.1 # Just CI templates v5.3.0 Maintainers: Loading Loading @@ -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.2.1" ref: "v5.3.0" ``` The above is a template for Python projects. Other templates can be found in Loading @@ -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.2.1" ref: "v5.3.0" python:pytest: rules: Loading Loading @@ -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.2.1-beta.1 ref: v5.3.0-beta.1 ``` ### example monorepo Loading @@ -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.2.1-beta.1 ref: v5.3.0-beta.1 ``` ## Contributing Loading tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "5.2.1" current = "5.3.0" regex = ''' (?P<major>\d+) Loading Loading
README.md +5 −5 Original line number Diff line number Diff line # Just CI templates v5.2.1 # Just CI templates v5.3.0 Maintainers: Loading Loading @@ -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.2.1" ref: "v5.3.0" ``` The above is a template for Python projects. Other templates can be found in Loading @@ -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.2.1" ref: "v5.3.0" python:pytest: rules: Loading Loading @@ -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.2.1-beta.1 ref: v5.3.0-beta.1 ``` ### example monorepo Loading @@ -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.2.1-beta.1 ref: v5.3.0-beta.1 ``` ## Contributing Loading
tbump.toml +1 −1 Original line number Diff line number Diff line [version] current = "5.2.1" current = "5.3.0" regex = ''' (?P<major>\d+) Loading