Skip to content

Commit 832bbb8

Browse files
committed
release: update options
1 parent 066e2a0 commit 832bbb8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ exports.prompter = async function (cz, commit) {
2222
description: "Changes to the build process or auxiliary tools",
2323
},
2424
{ name: "docs", description: "Documentation only changes" },
25-
{ name: "release", description: "Release a new version" },
25+
{ name: "WiP", description: "Still working on this" },
26+
{name: "stash", description: "Not ready to commit, still committing anyways 🤡"},
2627
];
2728

2829
// Calculate the maximum length of the type strings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cleaner-commitizen-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A custom Commitizen adapter/config for creating standardized commit messages with fewer terminal prompts and boilerplate.",
55
"main": "init.js",
66
"repository": {

0 commit comments

Comments
 (0)