Skip to content

Commit

Permalink
chore: release round 2 (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 28, 2024
1 parent 61fa7c7 commit 0b8d13f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .changeset/mighty-parrots-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@asyncapi/gleequore": minor
"@asyncapi/glee-kafka-adapter": minor
"@asyncapi/glee-mqtt-adapter": minor
"@asyncapi/glee-redis-cluster-adapter": minor
"@asyncapi/glee-shared-utils": minor
"@asyncapi/glee-socketio-adapter": minor
"@asyncapi/glee-web-adapter": minor
"@asyncapi/glee-web-server-adapter": minor
---

Initial release (round 2)
6 changes: 1 addition & 5 deletions .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,11 @@ jobs:
id: packagejson
run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
shell: bash
- if: steps.packagejson.outputs.exists == 'true'
name: Check package-lock version
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
id: lockversion
- if: steps.packagejson.outputs.exists == 'true'
name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "${{ steps.lockversion.outputs.version }}"
node-version: "16.0.0"
- if: steps.packagejson.outputs.exists == 'true'
name: Install dependencies
shell: bash
Expand Down

0 comments on commit 0b8d13f

Please sign in to comment.