janpio / cordova-release-tools

Apache License 2.0
1 stars 0 forks source link

feat: cort update-release-notes #11

Closed janpio closed 5 years ago

janpio commented 5 years ago
E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3)
λ cort update-release-notes
`RELEASENOTES.md` successfully updated.
You can manually curate the entries now.

Adds the version release notes to REALEASENOTES.md like this:

### 2.0.3-dev (May 29, 2019)

- ci(travis): Remove android 4.4 that SauceLabs removed ([`594fa61`](https://github.com/apache/cordova-plugin-device/commit/594fa61))
- Update Travis CI configuration for new paramedic ([#97](https://github.com/apache/cordova-plugin-device/issues/97)) ([`db0ad32`](https://github.com/apache/cordova-plugin-device/commit/db0ad32))
- Merge pull request [#90](https://github.com/apache/cordova-plugin-device/issues/90) from timbru31/feat/update-typings ([`61ad76c`](https://github.com/apache/cordova-plugin-device/commit/61ad76c))
- feat: update typings ([`52a0655`](https://github.com/apache/cordova-plugin-device/commit/52a0655))
- Add or update GitHub pull request and issue template ([`e213286`](https://github.com/apache/cordova-plugin-device/commit/e213286))
- remove JIRA link ([`2d12d55`](https://github.com/apache/cordova-plugin-device/commit/2d12d55))
- also accept terms for android sdk `android-27` ([`f870c9b`](https://github.com/apache/cordova-plugin-device/commit/f870c9b))
- CB-14106 - device.model is different on simulator and on real device ([#80](https://github.com/apache/cordova-plugin-device/issues/80)) ([`d65cdf6`](https://github.com/apache/cordova-plugin-device/commit/d65cdf6))
- Set VERSION to 2.0.3-dev (via coho) ([`ee3cb6d`](https://github.com/apache/cordova-plugin-device/commit/ee3cb6d))
Rendered ### 2.0.3-dev (May 29, 2019) - ci(travis): Remove android 4.4 that SauceLabs removed ([`594fa61`](https://github.com/apache/cordova-plugin-device/commit/594fa61)) - Update Travis CI configuration for new paramedic ([#97](https://github.com/apache/cordova-plugin-device/issues/97)) ([`db0ad32`](https://github.com/apache/cordova-plugin-device/commit/db0ad32)) - Merge pull request [#90](https://github.com/apache/cordova-plugin-device/issues/90) from timbru31/feat/update-typings ([`61ad76c`](https://github.com/apache/cordova-plugin-device/commit/61ad76c)) - feat: update typings ([`52a0655`](https://github.com/apache/cordova-plugin-device/commit/52a0655)) - Add or update GitHub pull request and issue template ([`e213286`](https://github.com/apache/cordova-plugin-device/commit/e213286)) - remove JIRA link ([`2d12d55`](https://github.com/apache/cordova-plugin-device/commit/2d12d55)) - also accept terms for android sdk `android-27` ([`f870c9b`](https://github.com/apache/cordova-plugin-device/commit/f870c9b)) - CB-14106 - device.model is different on simulator and on real device ([#80](https://github.com/apache/cordova-plugin-device/issues/80)) ([`d65cdf6`](https://github.com/apache/cordova-plugin-device/commit/d65cdf6)) - Set VERSION to 2.0.3-dev (via coho) ([`ee3cb6d`](https://github.com/apache/cordova-plugin-device/commit/ee3cb6d))

This can then be cleaned up and curated to for example something like this:

### 2.0.3-dev (May 29, 2019)

- Update Travis CI configuration ([#97](https://github.com/apache/cordova-plugin-device/issues/97)) ([`db0ad32`](https://github.com/apache/cordova-plugin-device/commit/db0ad32), [`f870c9b`](https://github.com/apache/cordova-plugin-device/commit/f870c9b), [`594fa61`](https://github.com/apache/cordova-plugin-device/commit/594fa61))
- feat: update typings ([#90](https://github.com/apache/cordova-plugin-device/issues/90)) ([`52a0655`](https://github.com/apache/cordova-plugin-device/commit/52a0655))
- [CB-14106](https://issues.apache.org/jira/browse/CB-14106) - device.model is different on simulator and on real device ([#80](https://github.com/apache/cordova-plugin-device/issues/80)) ([`d65cdf6`](https://github.com/apache/cordova-plugin-device/commit/d65cdf6))
Rendered ### 2.0.3-dev (May 29, 2019) - Update Travis CI configuration ([#97](https://github.com/apache/cordova-plugin-device/issues/97)) ([`db0ad32`](https://github.com/apache/cordova-plugin-device/commit/db0ad32), [`f870c9b`](https://github.com/apache/cordova-plugin-device/commit/f870c9b), [`594fa61`](https://github.com/apache/cordova-plugin-device/commit/594fa61)) - feat: update typings ([#90](https://github.com/apache/cordova-plugin-device/issues/90)) ([`52a0655`](https://github.com/apache/cordova-plugin-device/commit/52a0655)) - [CB-14106](https://issues.apache.org/jira/browse/CB-14106) - device.model is different on simulator and on real device ([#80](https://github.com/apache/cordova-plugin-device/issues/80)) ([`d65cdf6`](https://github.com/apache/cordova-plugin-device/commit/d65cdf6))

closes #4