Skip to content

Commit

Permalink
update to @lando/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed May 9, 2024
1 parent 040d25a commit c93235f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,19 @@ jobs:
echo "${{ github.event.release.tag_name }}" > release-aliases/3-STABLE
fi
fi
- name: Export formatted release date
run: echo "RELEASE_DATE=$(date -d "${{ github.event.release.published_at }}" "+%B %e, %Y" | tr -s ' ')" >> $GITHUB_ENV
- name: Prepare Release
uses: lando/prepare-release-action@v3
with:
update-files: CHANGELOG.md
update-files-header: |
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
update-files-meta: |
UNRELEASED_DATE=${{ env.RELEASE_DATE }}
UNRELEASED_LINK=${{ github.event.release.html_url }}
UNRELEASED_VERSION=${{ github.event.release.tag_name }}
sync-email: [email protected]
sync-token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
sync-username: rtfm-47
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated `@lando/core` to [`v3.21.0-beta.20`](https://github.com/lando/core/releases/tag/v3.21.0-beta.20)

## v3.21.0-beta.19 - [May 8, 2024](https://github.com/lando/cli/releases/tag/v3.21.0-beta.19)

* Updated `@lando/core` to [`v3.21.0-beta.19`](https://github.com/lando/core/releases/tag/v3.21.0-beta.19)

## v3.21.0-beta.18 - [May 6, 2024](https://github.com/lando/cli/releases/tag/v3.21.0-beta.18)
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"dependencies": {
"@lando/argv": "^1.1.0",
"@lando/core": "^3.21.0-beta.19",
"@lando/core": "^3.21.0-beta.20",
"@lando/core-next": "npm:@lando/core@^4.0.0-unstable.5",
"@oclif/core": "^3.5.0",
"@oclif/parser": "^3.8.17",
Expand Down

0 comments on commit c93235f

Please sign in to comment.