Skip to content

Commit

Permalink
feat: add multiparser to the parserjs monorepo repository. (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Moya <[email protected]>%0ACo-authored-by: AyushNautiyalDeveloper <[email protected]>%0ACo-authored-by: Jonas Lagoni <[email protected]>%0ACo-authored-by: Pedro Ramos <[email protected]>%0ACo-authored-by: Turbobot <[email protected]>
  • Loading branch information
ayushnau and turbobot-temp committed Jul 23, 2024
1 parent d6ed4ac commit 4556aec
Show file tree
Hide file tree
Showing 20 changed files with 4,408 additions and 23,956 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-laws-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/multi-parser": minor
---

Adding the Multiparser into monorepo (Turborepo). No new features or bugfixes were introduced.
File renamed without changes.
12 changes: 6 additions & 6 deletions .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
# "commits" contains an array of objects where one of the properties is the commit "message"
# Release workflow will be skipped if release conventional commits are not used
if: |
startsWith( github.repository, 'asyncapi/' ) &&
(startsWith( github.event.commits[0].message , 'fix:' ) ||
startsWith( github.event.commits[0].message, 'fix!:' ) ||
startsWith( github.event.commits[0].message, 'feat:' ) ||
startsWith( github.event.commits[0].message, 'feat!:' ))
startsWith( github.repository, 'asyncapi/' )
name: Test NodeJS release on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -102,6 +98,10 @@ jobs:
name: Install dependencies
shell: bash
run: npm ci
- if: steps.packagejson.outputs.exists == 'true'
name: Build dependency
shell: bash
run: npm run build
- if: steps.packagejson.outputs.exists == 'true'
name: Install changelog
shell: bash
Expand All @@ -113,7 +113,7 @@ jobs:
with:
version: npx -p @changesets/cli changeset version
commit: version packages
title: "chore: version packages"
title: "chore(release): version packages"
publish: npx -p @changesets/cli changeset publish
setupGitUser: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
.vscode
.DS_Store
/docs/api.md
/docs
/coverage
/lib
/esm
Expand Down
File renamed without changes.
Loading

0 comments on commit 4556aec

Please sign in to comment.