Releases: AmadeusITGroup/sbt-release-notes
Releases · AmadeusITGroup/sbt-release-notes
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