-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding configureService method for external config options #66
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 8 8
Branches 1 1
=====================================
Hits 8 8 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just two comments.
- I think the new method should be public
- The commit messages are how the changelog is put together, so the message for this PR needs to be descriptive. It should be the feature you are adding, not the issue on our board you're solving. This message is how users will know about the new feature so use a clear but short summary for the header and then more description in the commit body if needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
915e85f
to
1234f12
Compare
# [1.3.0](v1.2.0...v1.3.0) (2019-10-22) ### Features * adding configureService method for external config options ([#66](#66)) ([7324919](7324919))
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes: https://github.ibm.com/arf/planning-sdk-squad/issues/1118
Changes:
The new method will now be invoked from the generator after the BaseService's constructor is called.
Checklist
npm test
passes (tip:npm run lint-fix
can correct most style issues)