chore(release): set version to 0.0.0 - #10
Conversation
❗ This Pull Request will not trigger a releaseA Pull Request with no |
❌ No CHANGELOG.md changesNo changes were found in CHANGELOG.md. Please update the Unreleased section with the changes that apply to this release. |
3d24d76 to
e5c3ffa
Compare
🚀 Release Preview SuccessYou are going to release the version minor with the following changes: 0.1.0 - 2026-07-20Added
Changed
💡 Merge Strategy: Create a merge commitRemember to use the 'Create a merge commit' strategy to merge this Pull Request ( |
Set the package version to 0.0.0 in package.json and package-lock.json, and record the change in the CHANGELOG Unreleased section. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
e5c3ffa to
dc29a0f
Compare
🚀 Release Preview SuccessYou are going to release the version minor with the following changes: 0.1.0 - 2026-07-20Added
Changed
💡 Merge Strategy: Create a merge commitRemember to use the 'Create a merge commit' strategy to merge this Pull Request ( |
🚀 Release Preview SuccessYou are going to release the version minor with the following changes: 0.1.0 - 2026-07-20Changed
💡 Merge Strategy: Create a merge commitRemember to use the 'Create a merge commit' strategy to merge this Pull Request ( |
🚀 Release Preview SuccessYou are going to release the version minor with the following changes: 0.1.0 - 2026-07-20Changed
💡 Merge Strategy: Create a merge commitRemember to use the 'Create a merge commit' strategy to merge this Pull Request ( |
Summary
Sets the package version to
0.0.0inpackage.jsonandpackage-lock.json(root package entries only; theyocto-queuedependency entry that also reads0.1.0is left untouched).Checklist
git commit -S)mainfor release/hotfix PRs)mainhave arelease-type/...label or are intentionally markedskip-releaseAdditional context
Note: the release workflow computes the published version from
CHANGELOG.mdviakeep-a-changelog-action(bump) and then runsnpm version, so this manual0.0.0will be overwritten at release time by the bump result (base0.0.0+ release-type label). Decide therelease-type/...label (orskip-release) before merging.