← gitpulse
Merged
Size
XS
Change Breakdown
Maintenance50%
Configuration35%
CI/CD15%
#21chore: unpin release-as after v0.1.0 ships

Release versioning unpinned after v0.1.0

Manual version pinning removed from release configuration, letting automated tooling handle future releases.

The release configuration just got simpler. After shipping v0.1.0, a temporary manual override in the release-please config is no longer needed. The release-as: "0.1.0" setting has been removed from the project configuration. From here, the release process will automatically bump versions based on conventional commit messages—features increment the minor version, fixes increment the patch, and breaking changes graduate to 1.0.0. A guard keeps the project in the 0.x range to signal ongoing API evolution. The change lives in the release automation layer, affecting how new versions get tagged going forward.