Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbt/sbt-ci-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: sbt/sbt-ci-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    0a5401e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Implement back publishing support

    **Problem**
    For plugin code, like sbt plugins and Scala compiler plugin,
    and even normal libraries, it's common for the maintainers to
    want to back publish the current code base against a new version
    of Scala (or sbt, Scala Nave etc) instead of bumping the version.
    
    The current "bump the version" approach effectively pushes the work
    of figuring out the correct patch version number to the end users.
    In addition, if the plugin or the library does not cross publish
    all variants, then the end user might need to figure out different
    patch version to use effectively the same code.
    
    **Solution**
    This implements a mini DSL for tag `version[@command|@3.3.4][#comment]`,
    which allows plugin authors to back publish a code base.
    eed3si9n committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4cd48ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #322 from sbt/wip/back_publishing

    Implement back publishing support
    eed3si9n authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7b7b4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469cca4 View commit details
    Browse the repository at this point in the history
  4. Update munit to 1.0.2

    scala-steward committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    60d1602 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #325 from scala-steward/update/sbt-1.10.3

    Update sbt, scripted-plugin to 1.10.3
    eed3si9n authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    62c9b4c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #326 from scala-steward/update/munit-1.0.2

    Update munit to 1.0.2
    eed3si9n authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e5ada14 View commit details
    Browse the repository at this point in the history
Loading