Skip to content

v0.23.0

Choose a tag to compare

@jonnyandrew jonnyandrew released this 27 Mar 11:43
· 129 commits to main since this release
4bae5f3

New features

You can now pass a custom Github actor (user) to the bundle-release-app action (#111).

jobs:
  build:
    steps:
      - name: Build app bundle
        uses: govuk-one-login/mobile-android-pipelines/actions/bundle-release-app
        with:
          github-actor: ${{ github.actor }}
          github-token: ${{ secrets.GITHUB_TOKEN }}
          ...

What's Changed

  • ci: DCMAW 9570 Disable NewerVersionAvailable by @ThomasIent in #109
  • build(deps): bump the github-actions group across 7 directories with 3 updates by @dependabot in #107
  • feat: Add Github actor parameter for bundle-release-app action by @jonnyandrew in #111

Full Changelog: v0.22.1...v0.23.0