Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Once you are finished with your changes, run `npm test` to make sure all tests p

Do a pull request against `development`, make sure the build passes. A team member will review and merge your pull request.
Once merged to development, the version will be auto-incremented.
Do a pull request against master, once that PR is reviewed and merged, a new version will be published.
Do a pull request against master, once that PR is reviewed and merged, a new version will be published.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = class extends Generator {
super(args, opts);
logger.info("Package info ::", Bundle.name, Bundle.version);

// bluemix option for YaaS integration
// bluemix option for YaaS integration
this.argument(OPTION_BLUEMIX, {
desc: 'Option for deploying with Bluemix. Stringified JSON.',
required: false,
Expand Down