Update the getNextRelease RPC docstring to describe what this method does and what the parameter and return values are.
getNextRelease
I would also expand it a bit on expected release formats.
Metadata Update from @tkopecek: - Pull-request tagged with: doc
issue #2708
Possible addition: https://pagure.io/fork/tkopecek/koji/c/235d5140b023643c8fb2c296593e6cf374b8ab9a?branch=issue2708
rebased onto 555e647c50c4834fe0ffb8544450f95e3a2e7332
Thanks! Those regexes are difficult for me to read at a glance. I updated this PR with your human-readable example values. This should make maintenance easier because we won't have to copy-and-paste regexes between the code and the doc, and interested users can read the hub's source code to find out more about the implementation for now.
:thumbsup:
Commit 808d3ee7 fixes this pull-request
Pull-Request has been merged by tkopecek
Update the
getNextReleaseRPC docstring to describe what this method does and what the parameter and return values are.