You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,10 @@ commitizen uses [goreleaser](https://goreleaser.com) to release new versions fro
20
20
21
21
Next version is defined and changelogs is generated by [git-cliff](https://git-cliff.org/docs/installation/homebrew)
22
22
23
-
Commits of type fix will trigger bugfix releases, think 0.0.1 Commits of type feat will trigger feature releases, think 0.1.0 Commits with BREAKING CHANGE in body or footer will trigger breaking releases, think 1.0.0
23
+
Commits of type fix will trigger bugfix releases, think 0.0.1\\ Commits of type feat will trigger feature releases, think 0.1.0\\ Commits with BREAKING CHANGE in body or footer will trigger breaking releases, think 1.0.0
24
+
25
+
Releases are created with git tags GitHub workflow. To create git tag for next release use command from [Makefile](Makefile)
0 commit comments