jira-plugin
jira-plugin copied to clipboard
Extract release notes building from JiraSite
Coverage increased (+0.006%) to 52.885% when pulling d5d7421050b3b27adb11a5c3b1fe7eac52a48097 on artkoshelev:akoshelev/decomposing-jirasite-part-4 into f7a8dae8309b323531f923b1007772e11f04dafc on jenkinsci:master.
Coverage increased (+0.006%)
🎆
@oleg-nenashev so, should i create new branch for major release and do all the refactoring work there?
@artkoshelev simply do not break backward compatibility :)
I do not see a strict need for a breaking change here. A lot of refactoring could be done without breaking API. It's up to plugin maintainers, of course
@artkoshelev would it work to leave a @Deprecated
JiraSite.getReleaseNotesForFixVersion()
and call inside it JiraCreateReleaseNotes.getReleaseNotesForFixVersion()
?
i'll give it a try
@artkoshelev what do you think about rebasing this to feature/4.0
?
@warden sure, go for it
ah, need to resolve confilcts