We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eea72d commit 5bc18adCopy full SHA for 5bc18ad
.github/workflows/release.yml
@@ -71,6 +71,7 @@ jobs:
71
release_branches: 'master,main,release/*'
72
tag_prefix: 'v'
73
dry_run: 'true'
74
+ custom_tag: '1.0.0'
75
76
build-and-push-docker-image:
77
needs: prepare-a-release
cliff.toml
@@ -83,4 +83,7 @@ filter_commits = false
83
# sort the tags topologically
84
topo_order = false
85
# sort the commits inside sections by oldest/newest order
86
-sort_commits = "newest"
+sort_commits = "newest"
87
+
88
+[bump]
89
+initial_tag = "v1.0.0"
0 commit comments