Skip to content

Releases: scala-steward-org/scala-steward-action

v2.13.3

23 Apr 17:11
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@laughedelic

v2.13.2

16 Mar 11:14
Compare
Choose a tag to compare

What's changed

This release comes with a huge step forward! Now the scala-steward-action can be used as a backend for your own Scala Steward GitHub App! 🎉

If you want to use this new feature just follow this steps:

  1. Create a new Github App
  2. The only permission you need for this app is Metadata: read-only. See more detailed setup instructions here.
  3. Once you do that you will get an App ID and will be able to generate a private key file.
  4. Save the content of that private key file to a repository secret.
  5. Add your App ID and your secret to the scala-steward-action:
- name: Launch Scala Steward
  uses: scala-steward-org/scala-steward-action@v2
  with:
    github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
    github-app-id: 123456
    github-app-key: ${{ secrets.APP_PRIVATE_KEY }}

Now Scala Steward will use Github API to list all app installations and run updates on those repositories.

This feature is available thanks to the work of @laughedelic:

🚀 Features

🐛 Bug Fixes

Contributors to this release

@laughedelic and @alejandrohdezma

v2.12.0

22 Feb 06:03
Compare
Choose a tag to compare

What's changed

  • support scalafix-migrations and artifact-migrations (#215) @xuwei-k

📈 Dependency updates

Contributors to this release

@xuwei-k

v2.11.0

26 Jan 09:02
7ce1338
Compare
Choose a tag to compare

What's changed

  • Update default Scala Steward's version to 0.9.1

Contributors to this release

@alejandrohdezma

v2.10.0

25 Jan 14:25
0b818e0
Compare
Choose a tag to compare

What's changed

  • Update default Scala Steward's version to `0.9.0
  • Update links to Scala Steward repo (#202) @fthomas

📈 Dependency updates

Contributors to this release

@alejandrohdezma, @dependabot-preview, @dependabot-preview[bot] and @fthomas

v2.9.1

19 Nov 18:18
Compare
Choose a tag to compare

What's changed

🚀 Features

  • use github-actions[bot] account if token is "secrets.GITHUB_TOKEN" (#176) @xuwei-k

🐛 Bug Fixes

  • Fix a bug when installing Scalafmt that was preventing the action from working (#189) @alejandrohdezma

Contributors to this release

@xuwei-k, @hmemcpy & @alejandrohdezma

v2.9.0

17 Nov 19:07
Compare
Choose a tag to compare

What's changed

🚀 Features

Contributors to this release

@alejandrohdezma

v2.8.0

12 Nov 10:04
13b7db5
Compare
Choose a tag to compare

What's changed

The main change in this version is updating scala-steward to 0.8.1.

📈 Dependency updates

Contributors to this release

@fthomas

v2.7.0

11 Oct 07:06
Compare
Choose a tag to compare

What's changed

🚀 Features

Contributors to this release

@alejandrohdezma

v2.6.0

09 Oct 09:16
3215a73
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@laughedelic and @alejandrohdezma