Currently snapshots are not published in between releases, it would be neat to have them for early adoption of new features.
Looking at the release process, I do not think it is possible to implement snapshots without changes to it, because each module being released separately does not play well with automation of tools like sbt-ci-release and sbt-dynver, because it is difficult to determine which modules in the sbt project change and which of them require version bumps in an automated way.
Having this in mind, I see only two ways to implement snapshots:
- Release whole repository under a single version.
- Split modules up to their own repos.
Since there are tradeoffs in proposed changes, I guess the question is - manual release process with correctly enforced version policy for all modules or having automated snapshot publishing, which of these is more beneficial? I am obviously leaning towards the latter, but I might be missing some details on why release process for guardrail is the way it is now.
Thoughts?
Currently snapshots are not published in between releases, it would be neat to have them for early adoption of new features.
Looking at the release process, I do not think it is possible to implement snapshots without changes to it, because each module being released separately does not play well with automation of tools like
sbt-ci-releaseandsbt-dynver, because it is difficult to determine which modules in the sbt project change and which of them require version bumps in an automated way.Having this in mind, I see only two ways to implement snapshots:
Since there are tradeoffs in proposed changes, I guess the question is - manual release process with correctly enforced version policy for all modules or having automated snapshot publishing, which of these is more beneficial? I am obviously leaning towards the latter, but I might be missing some details on why release process for guardrail is the way it is now.
Thoughts?