[💡 Feature request]: Previewing the changesets in Pull Requesst comment
Opened this issue · 0 comments
Why?
I don't want only to be notified in the comment that certain Pull Request includes changesets.
To see what's the content of it, I have to see the code changes. Hence, I don't know if they will display correctly or not. And if they're described well enough.
So, what am I proposing?
Add a configurable option, e.g., previewInPRComment
, which can be disabled by default to preview the content of changesets which has been added to a certain Pull Request.
It could potentially make it simpler for us to focus on writing a meaningful changeset inside the PR dedicated to specific change.
Instead of constantly making changes to the generated Pull Request with release/versioning changes. We can get easily forgetful to remember what exactly changed there.