asyncapi / generator

Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
https://asyncapi.com/docs/tools/generator
Apache License 2.0
757 stars 211 forks source link

create our own changeset bot #1240

Open derberg opened 1 month ago

derberg commented 1 month ago

something to discuss with other folks using changeset at AsyncAPI

lmgyuan commented 1 month ago

Just sharing my thoughts that we have discussed here:

Right now, the changeset bot's message is misleading and does not allow custom messages. This forbids us from providing new contributors with a tutorial on how to add a markdown to the changeset directory. Also, it also means that we can't create a more interactive bot (a bot that can creates a changeset markdown, let contributors edit, and commit changes) that is better for contributors' experience.

Therefore, I think it's better to create a custom changeset bot instead of using the existing one to improve contributors' experience. Happy to discuss if anyone else has any thoughts : )