#2248·changesets

"No unreleased changesets" hard fail

Author: NetailCreated Aug 13, 2026Updated Aug 15, 2026

Hi, Since v3, the version command throws an error code 1 when no changesets are found (which before was a soft fail with only a warning log). As mentioned in the changelog

v2

  warn No unreleased changesets found, exiting.

v3

No unreleased changesets found.
 Exited with code 1

This changes creates a hard stop in our CICD, would it be possible to add a flag to not throw an hard fail so the CICD could continue?