You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/09 14:52:41 UTC

[GitHub] [cordova-coho] janpio opened a new issue #243: `coho update-release-notes` should also format PR/issue IDs as links

janpio opened a new issue #243: `coho update-release-notes` should also format PR/issue IDs as links
URL: https://github.com/apache/cordova-coho/issues/243
 
 
   Currently:
   
   ```
   $ 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
   ```
   
   This creates something like:
   
   ```
   * [CB-13826](https://issues.apache.org/jira/browse/CB-13826) Incremented plugin version.
   ```
   
   But GitHub issues and PR IDs are not touched:
   
   ```
   * CI: Use universal paramedic travis.yml (#210)
   ```
   
   It would be nice if those were edited to 
   ```
   * 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`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org