Skip to content

Commit

Permalink
#264: auto release to lando/lando as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed May 9, 2024
1 parent 4d399f5 commit e6a9852
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e6a9852

Please sign in to comment.