asyncapi / parser-js

AsyncAPI parser for Javascript (browser-compatible too).
Apache License 2.0
118 stars 93 forks source link

feat: add GitHub action for releasing via Changeset #1029

Closed ayushnau closed 3 months ago

ayushnau commented 3 months ago

Changes Added.

Added Release github Action using Changeset. 

Related issue(s)

Related to: https://github.com/asyncapi/parser-js/issues/1028

ayushnau commented 3 months ago

@smoya please review and merge this pr.

smoya commented 3 months ago

I don't fully understand why we created this in a separate PR. The fact we move to changesets is purely linked to the monorepo needs. If something goes wrong, I expect to revert just one commit and not few.

Please either add the changes into https://github.com/asyncapi/parser-js/pull/1008 or rather change the base branch of this PR to target the one in https://github.com/asyncapi/parser-js/pull/1008 so we merge it into that branch.

smoya commented 3 months ago

@ayushnau I understand this PR can be closed as you moved the changes to https://github.com/asyncapi/parser-js/pull/1008 ?