Commit dfec70f5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 62c4ed25
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+12 −0
Original line number Diff line number Diff line
# [6.1.0-beta.1](https://gitlab.com/just-ci/templates/compare/v6.0.1...v6.1.0-beta.1) (2022-08-04)


### Bug Fixes

* black remote includes from other gitlabs ([c79c914](https://gitlab.com/just-ci/templates/commit/c79c91428ecfb4c5a079852a9cf34a7ac164785c))
* monorepo image name race condition ([5e43e60](https://gitlab.com/just-ci/templates/commit/5e43e6020358d359ad1f2ddacb66ab6202e95643))


### Features

* automatically set releaserc assets ([cff6c4e](https://gitlab.com/just-ci/templates/commit/cff6c4eadd01d941f41e3bf16df6998ca9889f75))
+3 −3
Original line number Diff line number Diff line
# Just CI templates v6.0.1
# Just CI templates v6.1.0-beta.1

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: v6.0.1
    ref: v6.1.0-beta.1
```

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: v6.0.1
    ref: v6.1.0-beta.1

python:pytest:
  rules:
+3 −3
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ monorepo_root
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.0.1
    ref: v6.1.0-beta.1

image:build:subdir_b:
  extends: .image:build
@@ -62,7 +62,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.0.1
    ref: v6.1.0-beta.1

variables:
  IMAGE_CONTEXT: subdir_a
@@ -96,7 +96,7 @@ builder template. For example:
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v6.0.1
    ref: v6.1.0-beta.1

.image:build:
  extends: .buildah # All build jobs will now use buildah
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# black is the uncompromising python code formatter
# https://github.com/psf/black
include:
  - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml"
  - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.1.0-beta.1/python/generic.yml"

python:black:
  extends: .python:pre
+1 −1
Original line number Diff line number Diff line
[version]
current = "6.0.1"
current = "6.1.0-beta.1"

regex = '''
  \d+\.\d+\.\d+(-(.*))?