Skip to content

Automated snapshot publishing for guardrail modules #1860

@ptrdom

Description

@ptrdom

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:

  1. Release whole repository under a single version.
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions