summaryrefslogtreecommitdiffstats
path: root/release.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-04-01 08:35:13 +0100
committerGitHub <noreply@github.com>2021-04-01 08:35:13 +0100
commit800bb884d1cdd56e7f6dc5f84a78c0a74a2868db (patch)
tree36471cbb285e5bc4ade7de2298b6fecb39eb41c2 /release.toml
parentaa85e590ee2ccaa77fb6c7d1309da6cd311c4c1f (diff)
[CIT-308] Create single commit when versioning (#145)
* Add consolidate commits option to create single commit for each PR. Co-authored-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'release.toml')
-rw-r--r--release.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.toml b/release.toml
index e2fcddd7..52cd616a 100644
--- a/release.toml
+++ b/release.toml
@@ -1,3 +1,4 @@
+consolidate-commits = true
disable-publish = true
no-dev-version = true
tag-name = "{{prefix}}{{version}}"