watson-developer-cloud / go-sdk

:mouse: go SDK for the IBM Watson services.
Apache License 2.0
70 stars 25 forks source link

Enable semantic release #52

Closed ehdsouza closed 5 years ago

ehdsouza commented 5 years ago

Previously I had disabled semantic release as we wanted a pre-release tag of 1.0.0rc. But, since these are all pre-releases we can have the 0.12.0 with auth changes and the proper constraint to go-sdk-core. The resullts of dry run in semantic were:

# 0.12.0 (https://github.com/watson-developer-cloud/go-sdk/compare/v0.11.0...v0.12.0) (2019-09-17)

### Bug Fixes

    * Add dependency on go-sdk-core to Gopkg.toml to get reliable version of sdk core. (4cdf5b0 (https://github.com/watson-developer-cloud/go-sdk/commit/4cdf5b0))
    * constarint: Add a direct dependency for core (b270493 (https://github.com/watson-developer-cloud/go-sdk/commit/b270493))
    * travis: Enable semantic release (a0ead0f (https://github.com/watson-developer-cloud/go-sdk/commit/a0ead0f))

### Features

    * assistantv1: Update new auth menchaism for assistantv1 and generate (554c926 (https://github.com/watson-developer-cloud/go-sdk/commit/554c926))
    * assistantv2: Update new auth menchaism for assistantv2 (6d68f77 (https://github.com/watson-developer-cloud/go-sdk/commit/6d68f77))
    * cnc: Update new auth menchaism for compare and comply (d12fc0d (https://github.com/watson-developer-cloud/go-sdk/commit/d12fc0d))
    * discovery: Update new auth menchaism for discovery (694b04f (https://github.com/watson-developer-cloud/go-sdk/commit/694b04f))
    * lt: Update new auth menchaism for language translator (e210863 (https://github.com/watson-developer-cloud/go-sdk/commit/e210863))
    * nlc: Update new auth menchaism for natural lang classifier (69fba48 (https://github.com/watson-developer-cloud/go-sdk/commit/69fba48))
    * nlu: Update new auth menchaism for natural lang understanding (f6a0c38 (https://github.com/watson-developer-cloud/go-sdk/commit/f6a0c38))
    * pi: Update new auth menchaism for personality insights (b22afeb (https://github.com/watson-developer-cloud/go-sdk/commit/b22afeb))
    * stt: Update new auth menchaism for speech to text (5445dd2 (https://github.com/watson-developer-cloud/go-sdk/commit/5445dd2))
    * synthesize ws: An example with synthesize with websocket (cb7a4a7 (https://github.com/watson-developer-cloud/go-sdk/commit/cb7a4a7))
    * synthesize ws: Synthesize using websocket support (842f761 (https://github.com/watson-developer-cloud/go-sdk/commit/842f761))
    * ta: Update new auth menchaism for tone analyzer (b8b86ed (https://github.com/watson-developer-cloud/go-sdk/commit/b8b86ed))
    * tts: Update new auth menchaism for text to speech (7876666 (https://github.com/watson-developer-cloud/go-sdk/commit/7876666))
    * vr: Update new auth menchaism for visual recognition (ad792ac (https://github.com/watson-developer-cloud/go-sdk/commit/ad792ac))

fixes https://github.com/watson-developer-cloud/go-sdk/issues/51

watson-github-bot commented 5 years ago

:tada: This PR is included in version 0.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: