We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483a202 commit 32e8907Copy full SHA for 32e8907
.cz.toml
@@ -1,4 +1,4 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
-version = "0.13.1"
+version = "0.13.2"
4
format = "v$version"
CHANGELOG.md
@@ -1,3 +1,18 @@
+## 0.13.2 (2022-05-11)
+
+### Fix
5
+- Don't quote the > operator in entrypoint.sh
6
7
+- Follow Bash best practices in entrypoint
8
+- Configure git pull to rebase instead of merge
9
10
11
+### Refactor
12
13
+- Remove unnecessary --follow-tags
14
+- Get current Git branch more simply
15
16
## 0.13.1 (2022-05-10)
17
18
### Fix
0 commit comments