Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Support go.mod replace directives (#991)
- To let `go mod tidy` work with new packages in downstream workspace mods, we need to insert replace directives - However we don't want these to get tagged! To work around this: - fail checks if on a release branch for a module that has *any* replace directives - During dep update check, remove any replace directives for that dep. - The dep update is a brittle - notably it doesn't support paranthesized grouping of replace directives
- Loading branch information