-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
To increase a version we typically:
- Update package.json
- Create a git tag and push
I only noticed we also have a version in the MCP server's pyproject.toml
file.
Do we also need to update the version? I guess it makes sense to keep them all in sync for debugging purposes, not too sure tbh.
If we do, maybe we can create a version bump GitLab action that would do all 3 things in one go. Its inputs would be major, minor or patch.
I'd imagine this is low priority, but let me know if you think it's useful
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested