Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

advertize versioning policy in published artifacts #174

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

bjaglin
Copy link
Member

@bjaglin bjaglin commented Oct 15, 2022

Open for debate, but this looks like what was followed for most of the last minor bumps

https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html

@bjaglin bjaglin marked this pull request as ready for review October 15, 2022 21:25
Comment on lines +256 to +257
// mdoc's metaconfig might (and will eventually) lag behind the current version, causing eviction errors
evictionErrorLevel := Level.Warn
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/scalameta/metaconfig/actions/runs/3257081482/jobs/5348117969

[error] (docs / update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error] 	* com.geirsson:metaconfig-typesafe-config_2.12:0.0.0-1-e3c29889-SNAPSHOT (early-semver) is selected over {0.9.10}
[error] 	    +- com.geirsson:metaconfig-docs_2.12:0.0.0-1-e3c29889-SNAPSHOT (depends on 0.0.0-1-e3c29889-SNAPSHOT)
[error] 	    +- org.scalameta:mdoc_2.12:2.2.23                     (depends on 0.9.10)
[error] 	    +- org.scalameta:mdoc-cli_2.12:2.2.23                 (depends on 0.9.10)

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from my side

@bjaglin bjaglin merged commit b52f46d into scalameta:main Dec 20, 2022
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.

None yet

2 participants