Skip to content

Useful to automate version bumps? #218

@msanatan

Description

@msanatan

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.

CC @dsarno @Scriptwonder

I'd imagine this is low priority, but let me know if you think it's useful

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions