Releases: AmadeusITGroup/sbt-release-notes
Releases · AmadeusITGroup/sbt-release-notes
v0.0.5
Changes
- Use streams.log instead of println (#83) @generoso
- Update scalafmt-core to 3.9.8 (#79) @scala-steward
- Update sbt, scripted-plugin to 1.11.2 (#78) @scala-steward
- Bump sbt/setup-sbt from 1.1.8 to 1.1.11 (#77) @dependabot
v0.0.4
Changes
- Log the release-notes draft file. Solves issue #2. (#76) @generoso
- Migration to Central portal (#75) @generoso
- Update sbt, scripted-plugin to 1.11.0 (#74) @scala-steward
- Update scalafmt-core to 3.9.7 (#73) @scala-steward
- Update sbt, scripted-plugin to 1.10.11 (#72) @scala-steward
- Bump sbt/setup-sbt from 1.1.7 to 1.1.8 (#70) @dependabot
- Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#69) @dependabot
- Update sbt-scoverage to 2.3.1 (#65) @scala-steward
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#68) @dependabot
- Bump sbt/setup-sbt from 1.1.5 to 1.1.7 (#66) @dependabot
- Bump actions/setup-java from 4.7.0 to 4.7.1 (#67) @dependabot
- Update scalafmt-core to 3.8.6 (#64) @scala-steward
- Update sbt, scripted-plugin to 1.10.7 (#63) @scala-steward
- Bump codecov/codecov-action from 4.6.0 to 5.4.0 (#61) @dependabot
- Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#57) @dependabot
- Bump actions/setup-java from 4.6.0 to 4.7.0 (#58) @dependabot
- Update cicd (setup-sbt) (#60) @generoso
- Bump actions/setup-java from 4.5.0 to 4.6.0 (#55) @dependabot
- Update sbt-scoverage to 2.2.2 (#54) @scala-steward
- Update sbt, scripted-plugin to 1.10.6 (#53) @scala-steward
v0.0.3
Changes
- Sanitize branch name to create the draft release notes file. Fixes #50 (#51) @generoso
- Update sbt, scripted-plugin to 1.10.4 (#47) @scala-steward
- Update scalafmt-core to 3.8.3 (#48) @scala-steward
- Update sbt-scoverage to 2.0.12 (#49) @scala-steward
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#43) @dependabot
- Bump actions/checkout from 4.2.0 to 4.2.2 (#44) @dependabot
- Bump actions/setup-java from 4.4.0 to 4.5.0 (#45) @dependabot
- Bump actions/checkout from 4.1.7 to 4.2.0 (#42) @dependabot
- Bump actions/setup-java from 4.2.2 to 4.4.0 (#41) @dependabot
- Bump scalacenter/sbt-dependency-submission from 3.0.1 to 3.1.0 (#39) @dependabot
- Bump actions/setup-java from 4.2.1 to 4.2.2 (#40) @dependabot
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#37) @dependabot
- Bump actions/checkout from 4.1.6 to 4.1.7 (#38) @dependabot
- Bump actions/checkout from 4.1.4 to 4.1.6 (#36) @dependabot
- Bump scalacenter/sbt-dependency-submission from 2.3.1 to 3.0.1 (#35) @dependabot
- Bump codecov/codecov-action from 4.3.0 to 4.4.1 (#34) @dependabot
- Bump codecov/codecov-action from 4.1.1 to 4.3.0 (#33) @dependabot
- Bump actions/checkout from 4.1.2 to 4.1.4 (#32) @dependabot
- Update scalafmt-core to 3.8.1 (#31) @scala-steward
v0.0.2
Changes
- Bump actions/checkout from 4.1.1 to 4.1.2 (#27) @dependabot
- Bump codecov/codecov-action from 3.1.4 to 4.1.1 (#11, #13, #19, #23, #28) @dependabot
- Bump actions/setup-java from 4.0.0 to 4.2.1 (#26, #29) @dependabot
- Fix: enforce draft files sorting in case of many files (#30) @generoso
- Bump scalacenter/sbt-dependency-submission from 2.2.2 to 2.3.1 (#14, #25) @dependabot
- Update dependabot.yml (#21) @generoso
- Create scala-steward.conf (#22) @generoso
- Update scala-library to 2.12.19 (#20) @scala-steward
- Update sbt-scoverage from 2.0.9 to 2.0.11 (#15, #18) @scala-steward
- Update sbt from 1.9.7 to 1.9.9 (#8) @generoso, (#17) @scala-steward
- Update scalafmt-core from 2.7.5 to 3.8.0 (#8) @generoso, (#16) @scala-steward
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#12) @dependabot
- Update sbt-release from 1.1.0 to 1.4.0 (#8) @generoso, (#10) @scala-steward
- breaking change in sbt-release
- More details here: https://github.com/sbt/sbt-release/releases/tag/v1.4.0
- Don't upload dependency graph in PRs (#7) @generoso
sbt-release-notes v0.0.1
Changes
- First release of the sbt-release-notes plugin. It enables automatic release notes updates in your release process. @generoso