You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): automate version bumping in release workflow (#289)
* chore(release): automate version bumping in release workflow
- Bump package.json version to 0.2.0 to match latest release
- Add automated version-bump step in release.yml workflow
- Step updates package.json on main after successful release
- Prevents version drift between released artifacts and repo
- Uses [skip ci] to avoid recursive workflow triggers
Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.com>
* fix(release): skip main version bump when releasing non-latest tags
- Add conditional check to only update package.json when is_latest=true
- Prevents older backport/patch releases from overwriting main's version
- Example: releasing v0.1.3 after v0.2.1 won't downgrade main to 0.1.3
- Update release summary to reflect conditional behavior
Addresses feedback from @changex-codex-connector
Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.com>
---------
Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.com>
Co-authored-by: Aseem Shrey <LuD1161@users.noreply.github.com>
fix: update dnsx test to expect v1.2.2 image version
Updates the test expectation to match the dnsx docker image downgrade from v1.2.3 to v1.2.2 (commit eeaf451).
Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.com>