CogitaveLearn

Knowledge check

Check your knowledge

Choose an answer to see why it is right or wrong.

JavaScript is off, so every explanation is shown at once.

  1. 01You fixed a bug in the authentication code. Which Conventional Commits message is correct, and what version bump does it drive?

  2. 02A commit is feat(api)!: remove the deprecated v1 response field. On a package already at 2.3.0, what version does it produce?

  3. 03A package is at 0.4.2 and you land a breaking change with a BREAKING CHANGE: footer. What version does the pre-1.0 rule produce?

  4. 04Merged commits with releasable types have landed on main. How does a versioned release actually get cut under the org standards?