Skip to content

Commit 5bc18ad

Browse files
chore(DVIZ-24): fix github actions tag generations
1 parent 5eea72d commit 5bc18ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
release_branches: 'master,main,release/*'
7272
tag_prefix: 'v'
7373
dry_run: 'true'
74+
custom_tag: '1.0.0'
7475

7576
build-and-push-docker-image:
7677
needs: prepare-a-release

cliff.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ filter_commits = false
8383
# sort the tags topologically
8484
topo_order = false
8585
# sort the commits inside sections by oldest/newest order
86-
sort_commits = "newest"
86+
sort_commits = "newest"
87+
88+
[bump]
89+
initial_tag = "v1.0.0"

0 commit comments

Comments
 (0)