-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(breakingchange): ✨ add breaking change configuration #101
base: master
Are you sure you want to change the base?
Conversation
The beta extension of this pull has been built in the workflow! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 That's a lot work done here. I'd like to test it for some time.
@vivaxy I test many times today and will use it in the future for some time. During the test, I found the bug (#100). I try to delete the export function and use the constructor in the prompt function to fix the bug. I do not why it can work, but it fixes the issue. Maybe we can make this little commit merge into master and make a patch firstly. See more in (#100) and the commit (326c953). 😀 |
package.nls.json
Outdated
"extension.sources.prompt.breakingChange.placeholder": "Select a way to add breaking changes of this change.", | ||
"extension.sources.prompt.breakingChange.noneItem.label": "None", | ||
"extension.sources.prompt.breakingChange.noneItem.detail": "No breaking change.", | ||
"extension.sources.prompt.breakingChange.pointItem.label": "! (point mode)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this called point mode
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it can be called as Breaking change in header
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
! exclamation mark (英式英语) / point (美式英语)
I misunderstood it. The exclamation point
may be correct. 😅
I will use Breaking change in header
, Breaking change in footer
and Breaking change as token in footer
for the labels of them.
Maybe because |
1. add `detectBreakingChange` option. 2. add `promptBreakingChange` option. 3. add two `breakingChangeFormat`.
a42c75b
to
21f24f5
Compare
Any chance of this getting merged someday ? |
Please add this feature |
👋 @silopolis @vladly I'm glad you noticed this issue. It hasn't been updated in a long time, and fixing it will require some time. Currently, I don't have the leisure time to address this problem. If you have any ideas, you can submit a pull request to help with the development. 😊 Moreover, due to the long-term use of the extension, frequent commits with disruptive changes are unreasonable. Therefore, this pull request has been put on hold and considered a low-priority feature. 🤔 |
Hi, is this going to be merged soon? |
detectBreakingChange
option.promptBreakingChange
option.breakingChangeFormat
option.close #39, close #100