Skip to content

Commit 6aedb55

Browse files
author
Alan Christie
committed
chore: Change cost variable
1 parent 271efe7 commit 6aedb55

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.cz.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ commitizen:
1515
# and didn't have everything ready for change-logs.
1616
changelog_start_rev: 19.1.0
1717
customize:
18-
schema_pattern: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
19-
commit_parser: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
18+
schema_pattern: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|chore|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
19+
commit_parser: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|chore|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
2020
# The changelog_pattern identifies the commit types
2121
# that will be included.
2222
# Build the changelog with 'cz ch' on the staging or production branches.
23-
changelog_pattern: "^(feat|fix|perf|refactor|remove|style|test|build|docs|ci)?"
23+
changelog_pattern: "^(feat|fix|perf|refactor|remove|style|test|build|docs|ci|chore)?"
2424
# A mapping of type to its group name in the changelog.
2525
# We call 'feat' commits 'New Features'
2626
change_type_map:
@@ -33,6 +33,7 @@ commitizen:
3333
remove: Removed
3434
style: Stylistic Changes
3535
ci: CI/CD
36+
chore: Chore
3637
test: Testing
3738
# The order of commit types in the changelog...
3839
change_type_order:
@@ -45,4 +46,5 @@ commitizen:
4546
- "test"
4647
- "build"
4748
- "ci"
49+
- "chore"
4850
- "docs"

roles/operator/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jo_pod_node_selector_value: 'yes'
4343
jo_apply_pod_priority_class: no
4444

4545
# Costing information
46-
jo_cost_cost: '1.0'
46+
jo_cost_cost: '1.00'
4747
jo_cost_period: '1 hour'

0 commit comments

Comments
 (0)