Skip to content

Wisdom v14

Compare
Choose a tag to compare
@coderaiser coderaiser released this 06 Mar 22:21
· 64 commits to master since this release

Hi folks!

The time is come for a big release of 🎁Wisdom. It has a couple breaking changes, made for good.

📛 Prompts

When you run wisdom without any args, you will see the prompt that suggest you to use:

  • patch;
  • minor;
  • major;

image

When you publish major version, you will have one more prompt with a question:

image

Default answer is: no, so afraid not to hit Enter.

When you don't need any additional prompts just use:

$ wisdom major --force 

It just do the thing, ask nothing.

📛 ChangeLogs

Starting from changelog-io@8 changelogs will have commit hash, so you can easily navigate to see the change in commit.

📛 Commit Type

commitType: colon by default, so you can drop this field from package.json.

That's all for now, have a nice day 🦓!

🔥 feature

  • 5e97d06 wisdom: commitType: when absent set colon
  • bc4ed9c wisdom: add ability to ask before publishing major