File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments