Compare commits
No commits in common. "a9a12bf342168b5447a57287d64ff2925c638223" and "6b48e28ae0f78b2216e2771d58e410ee8a4246d9" have entirely different histories.
a9a12bf342
...
6b48e28ae0
6
.cz.toml
6
.cz.toml
@ -1,6 +0,0 @@
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "v$version"
|
||||
version_scheme = "semver"
|
||||
version_provider = "scm"
|
||||
update_changelog_on_bump = true
|
@ -18,11 +18,3 @@ repos:
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- repo: https://github.com/commitizen-tools/commitizen
|
||||
rev: v3.24.0
|
||||
hooks:
|
||||
- id: commitizen
|
||||
- id: commitizen-branch
|
||||
stages:
|
||||
- post-commit
|
||||
- push
|
||||
|
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,23 +0,0 @@
|
||||
## 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