Yazdan Ranjbar
Yazdan Ranjbar
Hello dear Joe, Thank you for your consideration, **It would be awesome.** I'm using hijack with Django Rest Framework to develop and test the APIs on behalf of different users....
I see this error too: `AttributeError: 'NoneType' object has no attribute 'sendMessage'`
It looks like we’re dealing with an asset that’s missing a description or title. This is a bit unusual because assets usually don’t have this property when it’s `None`, but...
Hi @bearomorphism, Thanks for prompt response! I can see the confusion. I picked the name "monotonic" purely based on what it means and honestly didn't really dig into the specifications....
Maybe "Sequential Version", "Integer Version", "Number Version", "Single Number Version".
I took a look at plugins and tried to implement one, however, I will need a small change in the `tags.py` to get the plugin working. Would it be ok...
When the version is just a single number, it can't get unpacked to major, minor, patch. The easiest way to handle this, is to consider it as a major version....
I did updated the PR and removed the extra stuff, just kept the version unpacking change and added some specific test for that. [PR](https://github.com/commitizen-tools/commitizen/pull/1705) is now ready for review ツ...
looks like, setting the property to an empty string is causing error down the road. Will investigate and work on a better approach. Maybe ignoring the property.
Just following up if any action is needed on my end here. If you need anything just lemme know ツ