codejedi365

Results 421 comments of codejedi365

> I guess you need to update the bot to exclude the issues with status `confirmed` from the demotion process ;-) Actually, the stalebot is acting as intended. I implemented...

I should be able to make this happen. Thanks for the willingness to help on this front but I already do have a refactor of the version command implementation underway...

Started back on the performance refactor, hopefully will have this implemented in the next few months.

> There is a lack of documentation around what I believe is the relevant configuration option, 'default_bump_level'. It takes an integer but there isn't a description on what the values...

So I have confirmed that there is a bug here now. I have accidentally broke that functionality [here](https://github.com/python-semantic-release/python-semantic-release/blob/master/src/semantic_release/commit_parser/conventional.py#L303).

Although I have identified this functionality is broken, I personally don't agree with it. It also is a bit weird as with the conventional parser we define only the commit...

Thank you for reporting your issue as contributing to PSR only helps make PSR better. My analysis (request response to my assumptions & diagnosis if I am incorrect): - The...

> As an aside, I don't really see what the verify_upstream_unchanged functionality is supposed to accomplish. Wouldn't the push itself fail if there are new commits on the branch? Yes,...