File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 161
161
"action" : "store_true" ,
162
162
},
163
163
{
164
- "name" : ["--sign" , "-s" ],
164
+ "name" : ["--gpg- sign" , "-s" ],
165
165
"help" : "sign tag instead of lightweight one" ,
166
166
"default" : False ,
167
167
"action" : "store_true" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ options:
82
82
--check-consistency, -cc
83
83
check consistency among versions defined in commitizen
84
84
configuration and version_files
85
- --sign, -s create a signed tag instead of lightweight one or annotated tag
85
+ --gpg- sign, -s create a signed tag instead of lightweight one or annotated tag
86
86
--annotated-tag, -at create annotated tag instead of lightweight one
87
87
--changelog-to-stdout
88
88
Output changelog to the stdout
Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ commitizen:
123
123
## Settings
124
124
125
125
| Variable | Type | Default | Description |
126
- | -------------------------- | ------ | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
126
+ |---------------------------- | ------ | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
127
127
| ` name` | `str` | `"cz_conventional_commits"` | Name of the committing rules to use |
128
128
| `version` | `str` | `None` | Current version. Example : " 0.1.2" |
129
129
| `version_files` | `list` | `[ ]` | Files were the version will be updated. A pattern to match a line, can also be specified, separated by `:` [See more][version_files] |
130
130
| `tag_format` | `str` | `None` | Format for the git tag, useful for old projects, that use a convention like `"v1.2.1"`. [See more][tag_format] |
131
131
| `update_changelog_on_bump` | `bool` | `false` | Create changelog when running `cz bump` |
132
- | `sign` | `bool` | `false` | Use gpg signed tags instead of lightweight tags. |
132
+ | `gpg_sign` | `bool` | `false` | Use gpg signed tags instead of lightweight tags. |
133
133
| `annotated_tag` | `bool` | `false` | Use annotated tags instead of lightweight tags. [See difference][annotated-tags-vs-lightweight] |
134
134
| `bump_message` | `str` | `None` | Create custom commit message, useful to skip ci. [See more][bump_message] |
135
135
| `allow_abort` | `bool` | `false` | Disallow empty commit messages, useful in ci. [See more][allow_abort] |
You can’t perform that action at this time.
0 commit comments