← gitpulse
Merged
Size
XS
Change Breakdown
Configuration80%
Maintenance20%
#19chore: pin first release to 0.1.0

First release pinned to v0.1.0

The release configuration has been updated so that the inaugural release lands at v0.1.0 rather than v1.0.0, keeping the project in the pre-stable 0.x range until a breaking-change commit is merged.

The release configuration for this monorepo has been updated so that the first release lands at v0.1.0 instead of the default v1.0.0. This keeps the project in the pre-stable 0.x range, where minor features bump the version (0.1.0 → 0.2.0) until the team explicitly promotes to 1.0.0 via a breaking-change commit. The change applies a single release-as field in the release-please configuration. Once merged, the existing release PR (#18) will automatically retitle from "release 1.0.0" to "release 0.1.0" with the manifest bump adjusted accordingly.