invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

fix: `--no-git-tag-version` does not create a commit #622

Closed provokateurin closed 8 months ago

provokateurin commented 8 months ago

Is there an existing issue for this?

Version

3.4.0

Description

According to the name and the description --no-git-tag-version should only prevent creating git tags and not the commit that is normally generated when using melos version.

Steps to reproduce

  1. melos version --no-git-tag-version
  2. git log
  3. git status

Expected behavior

There should be a new commit, no git tags and no uncommitted changes.

Screenshots

No response

Additional context and comments

No response

provokateurin commented 8 months ago

Thanks a lot :heart:

spydon commented 8 months ago

Thanks a lot :heart:

No problem, we'll release this in v4.0.0 later today :)