Skip to content
Snippets Groups Projects
Unverified Commit 55e509f6 authored by Rodney Gitzel's avatar Rodney Gitzel Committed by GitHub
Browse files

docs: clarify how `bumpVersion` for `sbt` works (#10595)

parent e0c0302b
No related branches found
No related tags found
No related merge requests found
...@@ -283,6 +283,8 @@ For `npm` only you can also configure this field to `"mirror:x"` where `x` is th ...@@ -283,6 +283,8 @@ For `npm` only you can also configure this field to `"mirror:x"` where `x` is th
Doing so means that the `package.json` `version` field will mirror whatever the version is that `x` depended on. Doing so means that the `package.json` `version` field will mirror whatever the version is that `x` depended on.
Make sure that version is a pinned version of course, as otherwise it won't be valid. Make sure that version is a pinned version of course, as otherwise it won't be valid.
For `sbt` note that Renovate will update the version string only for packages that have the version string in their project's `built.sbt` file.
## cloneSubmodules ## cloneSubmodules
## commitBody ## commitBody
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment