Ari Maniatis

Results 66 comments of Ari Maniatis

I've discovered the specific cause of this problem. The filter should be 'PayRunStatus == POSTED' instead of with a single =. I'll leave this open however. Is it possible for...

That's a neat idea. However at the moment, I'm not doing any work on this plugin, and am unlikely to in the near future. You'd have to figure how to...

``` gitExec(['status', '--porcelain']) != null ``` is probably correct... I think the behaviour changed at some point. I should probably move to jgit when I have a chance...

Do you mean the name of the tag or the path to where the tags folder lives?

There is a previous discussion about turning the tag name into a configurable closure. That makes a lot of sense. Making another option for the path to tags also makes...

If you mean the bits of code left over from an early attempt to automatically guess the next version, that should all go away. I think that the guessing concept...

I'm in the process of refactoring this to use jgit, but that's still not complete since we aren't using git at work.

The code to have the plugin grab the current tag (if any) has not yet been written. But there is no code to guess the next release number, since that...

Thanks for finding the REL/RELEASE bug. Indeed it should be fixed. Although I don't like removing the branch name since that is important in svn to understand where the tag...

Even with a weekly release cycle, sometimes you need feature branches which go for longer periods (for big features). We do that too. Then we are able to release: ```...