From e6a98526f50b09e1a94b5a1bf5ab63a0e5ee6a60 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 9 May 2024 13:12:36 -0400 Subject: [PATCH] #264: auto release to lando/lando as well --- .github/workflows/release.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bfb8551f..489b9eb26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -218,3 +218,29 @@ jobs: sync-username: rtfm-47 - name: Ensure version run: node ./bin/lando version + - name: Push release to lando/lando + uses: softprops/action-gh-release@v2 + with: + repository: lando/lando + name: ${{ github.event.release.tag_name }} + draft: ${{ github.event.release.draft }} + prerelease: ${{ github.event.release.prerelease }} + tag_name: ${{ github.event.release.tag_name }} + token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }} + body: | + **Starting with 3.21.0-beta.18 Lando is no longer distributed via package installers in these releases** + + To install Lando please visit the [official install docs](https://docs.lando.dev/install). + + ## Changelogs + + Lando now runs as a distributed plugin-based ecosystem so you will want to check the releases/changelogs in + the various repos for relevant notes. That said here are links to the changes reflected in this release + + * [@lando/core@${{ github.event.release.tag_name }}](https://github.com/lando/core/releases/tag/${{ github.event.release.tag_name }}) + * [@lando/cli@${{ github.event.release.tag_name }}](https://github.com/lando/cli/releases/tag/${{ github.event.release.tag_name }}) + + ## Notes + + * We will continue to push releases here for backwards compatibility, posterity, etc + * [Extended release notes](https://lando.dev/blog/2024/01/16/v321-extended.html)