bump: version 0.5.0 → 0.6.0
This commit is contained in:
parent
1b6a767349
commit
144d2ae9ed
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.6.0 (2024-10-05)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **core**: begin to add the core script
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **push**: dont bump on every push
|
||||||
|
|
||||||
## 0.5.0 (2024-10-05)
|
## 0.5.0 (2024-10-05)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
2
cz.json
2
cz.json
|
@ -3,7 +3,7 @@
|
||||||
"name": "cz_conventional_commits",
|
"name": "cz_conventional_commits",
|
||||||
"tag_format": "$version",
|
"tag_format": "$version",
|
||||||
"version_scheme": "semver",
|
"version_scheme": "semver",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"update_changelog_on_bump": true,
|
"update_changelog_on_bump": true,
|
||||||
"major_version_zero": true
|
"major_version_zero": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue