Skip to content

Adds support of multiple versions by package in the exclude command#15

Merged
rvflash merged 3 commits intomasterfrom
replaces
Nov 21, 2024
Merged

Adds support of multiple versions by package in the exclude command#15
rvflash merged 3 commits intomasterfrom
replaces

Conversation

@rvflash
Copy link
Copy Markdown
Owner

@rvflash rvflash commented Nov 21, 2024

Allows to handle multiple exclusions of the same package after a breaking code changes followed by another version not fixing it.

exclude (
	github.com/gabriel-vasile/mimetype v1.4.6 // HEIC breaking changes
	github.com/gabriel-vasile/mimetype v1.4.7
)

@rvflash rvflash self-assigned this Nov 21, 2024
@rvflash rvflash changed the title Adds support of multiple versions by package in the replace command Adds support of multiple versions by package in the exclude command Nov 21, 2024
@rvflash rvflash merged commit d21a2dc into master Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant