Skip to content

Commit f70839e

Browse files
authored
fix: cicd (#14)
* fix: stabilizing * fix: stabilizing --------- Co-authored-by: Dimy Jeannot <>
1 parent 946f51d commit f70839e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.config/goreleaser/goreleaser.cli.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ changelog:
7777
exclude:
7878
- "^docs:"
7979
- "^test:"
80+
81+
nightly:
82+
version_template: "{{ incpatch .Version }}-devel"
83+
tag_name: devel
84+
publish_release: true
85+
keep_single_release: true

.config/goreleaser/goreleaser.sdk.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ changelog:
3535
exclude:
3636
- "^docs:"
3737
- "^test:"
38+
39+
nightly:
40+
version_template: "{{ incpatch .Version }}-devel"
41+
tag_name: devel
42+
publish_release: true
43+
keep_single_release: true

.nx/workflows/agents.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,7 @@ launch-templates:
9797
script: |
9898
git config --global user.email "cicd@openecosystems.com"
9999
git config --global user.name "Open Ecosystems CICD Bot"
100+
git status
101+
git tag
102+
git fetch --tags
103+
git tag

0 commit comments

Comments
 (0)