Skip to content

Commit 59b80bb

Browse files
ci(Taskfile): update configuration (#49)
* fix(Taskfile): vars * feat: release v0.0.5
1 parent fb8ef31 commit 59b80bb

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Taskfile.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: 3
22

3-
vars:
4-
NESTED_MODULES: api
5-
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
6-
MANIFEST_OUT: '{{.ROOT_DIR}}/api/crds/manifests'
7-
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/... {{.ROOT_DIR}}/pkg/...'
8-
COMPONENTS: 'cluster-provider-kind'
9-
REPO_NAME: 'https://github.com/openmcp-project/cluster-provider-kind'
10-
GENERATE_DOCS_INDEX: "false"
11-
123
includes:
134
shared:
145
taskfile: hack/common/Taskfile_controller.yaml
15-
flatten: true
6+
flatten: true
7+
vars:
8+
NESTED_MODULES: api
9+
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
10+
MANIFEST_OUT: '{{.ROOT_DIR}}/api/crds/manifests'
11+
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/... {{.ROOT_DIR}}/pkg/...'
12+
COMPONENTS: 'cluster-provider-kind'
13+
REPO_URL: 'https://github.com/openmcp-project/cluster-provider-kind'

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.4-dev
1+
v0.0.5

0 commit comments

Comments
 (0)