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!: Create commit when `--no-git-tag-version` is used #625

Closed spydon closed 8 months ago

spydon commented 8 months ago

Description

This PR enables the changes in the workspace to be committed when --no-tag-tag-version is used, just like they are when it isn't used.

Closes #622

Type of Change

docs-page[bot] commented 8 months ago

To view this pull requests documentation preview, visit the following URL:

melos.invertase.dev/~625

Documentation is deployed and generated using docs.page.

spydon commented 8 months ago

There is no easy way to test this, or at least we don't have the structure for testing things like this inside of the project yet if I'm not mistaken.