Skip to content

Commit

Permalink
update release flow to better accomodate double barrelled development…
Browse files Browse the repository at this point in the history
… part 2
  • Loading branch information
pirog committed Dec 6, 2024
1 parent f8360c3 commit 69d438a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: npm run test:unit
- name: Update edge release alias
shell: bash
if: github.event.release.prerelease == true
run: |
if ./scripts/semcompare.sh "${{ github.event.release.tag_name }}" "$(cat ./release-aliases/3-EDGE)"; then
echo "${{ github.event.release.tag_name }}" > ./release-aliases/3-EDGE
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Improved release flow to better accommodate double barrelled development

## v3.23.17 - [December 6, 2024](https://github.com/lando/core/releases/tag/v3.23.17)

* Improved release flow to better accommodate double barrelled development
Expand Down

0 comments on commit 69d438a

Please sign in to comment.