You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multimod: ignore excluded-modules when using sync to update dependencies (#442)
This allows users of the sync command to sync all modules in a monorepo, including
those listed in the excluded-modules. This is useful for repositories where some modules
may not yet be ready for releasing (therefore listed under excluded-modules) but their
dependencies still need to be managed via multimod.
crosslink: Add --skip flag to ignore specified go modules (#480)
multimod: add support for --commit-hash to allow users to overwrite the tag in a versions.yaml file (#422)
This feature allows users to specify a tag (i.e. main) when they want to update
modules.
crosslink: Fix Windows produces backslashes instead of slashes (#458)
This fixes the issue of Windows produces backslashes instead of slashes when crosslinking
dependencies in go.mod files on Windows.
dbotconf: Fix Windows produces backslashes instead of slashes (#264)
This fixes the issue of Windows produces backslashes instead of slashes when generating
Dependabot configuration files on Windows.
multimod: Fix tagging on Windows (#464)
This fixes the issue of multimod tag failing on Windows.
multimod: Fix to log 'Using versioning file' and 'Successfully deleted module tags' to stderr instead of stdout (#507)
chloggen: change generated files permissions from 0755 to 0644 (#457)