Kailash Nadh

Results 672 comments of Kailash Nadh

SES sends many types of notifications. Perhaps you've enabled non-bounce notifications. I'm not familiar with SES config though.

There are no verbose payload logs. It should be fine to ignore those errors as non-bounce (bounce/complaint) notifications are discarded with that particular message. The simulator must be sending non...

> An alternative is [indic-trans](https://github.com/libindic/indic-trans) This looks very interesting. As ml2en is a simple rule-based transliterator, it's very difficult for it to account for all possible edge cases.

What does `git describe --abbrev=0` say? Your `--show` shows `v0.0.1` as the latest tag, but `git tag | tail -2` shows `v0.1.0`, an entirely different minor version. From this, it...

Ah, that explains it. `gtbump` only looks at annotated tags. Will change this.

You can send a PR. Adding this shouldn't break backwards compatibility.

@bryanpedini the tool was created specifically for semver but a `--prefix` flag should be fine. Please feel free to send a PR.

To achieve this, you'll have to extend the library yourself and amend the head fields as you want them.

Can you post an excerpt from the XML file?