Skip to content

Centralized Versioning and Node CLI Cleanup#6

Merged
ppswaroopa merged 6 commits into
mainfrom
fix-remove_node
Mar 26, 2026
Merged

Centralized Versioning and Node CLI Cleanup#6
ppswaroopa merged 6 commits into
mainfrom
fix-remove_node

Conversation

@ppswaroopa
Copy link
Copy Markdown
Owner

This PR closes #5 by removing the Node based implementation. And closes #3 by introducing a new step in the publish pipeline.

Node CLI Removal: Removed the legacy Node-based CLI to consolidate features onto the Python implementation.
Centralized Versioning: Versioning is now managed in src/ros2_dockergen/data/config.json, serving as the single source of truth.
Dynamic Versioning: pyproject.toml now uses hatch-regex to automatically pull the version from the config.
Consistency Testing: A new test suite tests/test_version.py ensures that all project components (CLI, Web, Metadata) stay in sync.

Changelog: Updated CHANGELOG.md with full release details.

@ppswaroopa ppswaroopa self-assigned this Mar 25, 2026
@ppswaroopa ppswaroopa added the enhancement New feature or request label Mar 25, 2026
Copy link
Copy Markdown
Owner Author

@ppswaroopa ppswaroopa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@ppswaroopa ppswaroopa merged commit e89974f into main Mar 26, 2026
20 checks passed
@ppswaroopa ppswaroopa deleted the fix-remove_node branch March 26, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Node based CLI Create a pipeline item to start releasing the versions on the GitHub Release channel

1 participant