fix: commitizen not allowing its own commits due to wrong bump message
This commit is contained in:
parent
53882d7c9c
commit
a9a12bf342
1
.cz.toml
1
.cz.toml
@ -4,4 +4,3 @@ tag_format = "v$version"
|
||||
version_scheme = "semver"
|
||||
version_provider = "scm"
|
||||
update_changelog_on_bump = true
|
||||
bump_message = "release: $current_version → $new_version [skip-ci]"
|
||||
|
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
@ -0,0 +1,23 @@
|
||||
## v2.2.0 (2024-04-22)
|
||||
|
||||
### Feat
|
||||
|
||||
- **job**: add ability to pass job either as filepath or directly as string
|
||||
- configure commitizen
|
||||
|
||||
## v2.1.0 (2024-02-25)
|
||||
|
||||
### Feat
|
||||
|
||||
- **job**: add option to pass in variables to job using the job_variables variable
|
||||
|
||||
### Fix
|
||||
|
||||
- tfdocs in README.md
|
||||
- **job**: change jobs_variables type from map(object({})) to map(map(string)) to accept arbitrary values
|
||||
- **job**: revert testing
|
||||
- **job**: wrong variable use in nomad job
|
||||
|
||||
## v2.0.0 (2024-02-24)
|
||||
|
||||
## v1.0.0 (2023-07-16)
|
Loading…
Reference in New Issue
Block a user