$ for l in $ACTIVE; do (coho update-release-notes -r $l -g); done
Finding commits in cordova-plugin-splashscreen from tag 5.0.2 to tag master
Done formatting JIRA links for: E:\Projects\Cordova\coho Checkouts 2\cordova-plugin-splashscreen\RELEASENOTES.md
* CI: Use universal paramedic travis.yml ([#210](https://github.com/apache/cordova-plugin-splashscreen/pull/210))
Problem: The repo name is not available as a param, so we would have to probably 1) take it from the folder name, which could also be named "telephone", or 2) parse it from package.json.
Currently:
This creates something like:
But GitHub issues and PR IDs are not touched:
It would be nice if those were edited to
Problem: The repo name is not available as a param, so we would have to probably 1) take it from the folder name, which could also be named "telephone", or 2) parse it from
package.json
.