Skip to content

Commit fafe395

Browse files
committed
feat: change tag format
1 parent 7f867d5 commit fafe395

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.cz.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
33
version = "0.1.0"
4+
format = "v$version"

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ To solve that you will need a personal access token.
4848
Follow the instructions of [github tutorial](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token#creating-a-token) in order
4949
to create one
5050

51-
## Contributing
52-
53-
Whenever we want to release a new version, we have to mark it as breaking change.
54-
The `.cz.toml` configuration is using `$major` to format the tag, this means that
55-
it's the only kind of release allowed, so, mark as breaking change.

0 commit comments

Comments
 (0)