Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge 69b1007 into 9a10fab
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed Oct 24, 2018
2 parents 9a10fab + 69b1007 commit 4ac66e5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 81 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ node_js:
- '8'
before_install:
- npm i -g makeshift && makeshift -r https://registry.npmjs.org
- npm i -g markdown-to-html
- wget https://github.com/github/hub/releases/download/v2.2.9/hub-linux-386-2.2.9.tgz
- tar -xvzf hub-linux-386-2.2.9.tgz
- export PATH=${PATH}:$PWD/hub-linux-386-2.2.9/bin/
- npm i -g standard-version
before_script:
- cd /tmp
- git clone -b master https://github.com/ibm-developer/changelog-generator-slack-notification.git
- npm install changelog-generator-slack-notification
- wget https://github.com/github/hub/releases/download/v2.5.1/hub-linux-386-2.5.1.tgz
- tar -xvzf hub-linux-386-2.5.1.tgz
- mv hub-linux-386-2.5.1 hub
- export PATH=${PATH}:/tmp/hub/bin
- git clone -b master https://github.com/ibm-developer/standard-npm-devops.git
- cd -
script: npm test && npm run coveralls && ./npm_version_upgrade.sh
script: npm test && npm run coveralls && /tmp/standard-npm-devops/do_devops.sh
branches:
only:
- develop
- master
notifications:
slack:
secure: TuDsgbx8pM5t++v11wD3CKyDRRWbP6bERabsx54iulVMNlz+PDVswd3zzIwScq+nio78/XnvShgcIXCSPk2K2h2J/IqVDHiY/yraE9RwWOsgT4vT4HMj24wBpb8RPTJolM7e7qNi+MTyCjJGQiKaZm25rq3ft8OiPFxeUJ17Zyk3kde6zkjYpSV7kDgb02GyrwMOlOds2kmPuEWUXwz2SiFqXqfLxUup9HANt13Heop4FU/CNRhd0KvcxVsgiaX/UfueEQ1OB1mpwYOXI9rR4CwPozoPz5RYKwkmJRl9t85lZYvNNuKZWb1716NieaZ5bD7FQYVaYnTmGtt7MI2jwzUuoVx4WxG8em9rkXckDepYVIsZiCI+JP47LMr5IwAOg6/iUL7JLVTnfNuyC0Q37wjpmlmci6Dpy1mxSFcg1ZR2dbRbVRkIfUuIZGNGInaWUlTAcjEp+ErunYiwMSd9BsbulFQtgqHz057IKQXsC2rZ0A7daVAXMu7UkWAd5G0Zcp0XlTZLtowt8nyM+gPq6OBD1un0l/oLLAZDpAuDxGx1mJcTC2X3FvxI0/MeeTuuIYWE5IV+YaOuP3nc/GB8Vb7MQ2N8toccH1Y0n4THt3gSUcVVeASm9WMEIJGr9RSu/vnCHrGi4+DzDZTVgh9U9ao9ep9P5Hn2lGqqONjznLE=
- develop
env:
- DEV_BRANCH=develop PROD_BRANCH=master DEVOPS_SCRIPT_DIR="/tmp/standard-npm-devops"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.2.8"></a>
## [3.2.8](https://github.com/ibm-developer/generator-ibm-usecase-enablement/compare/v3.2.5...v3.2.8) (2018-10-24)


### Bug Fixes

* **java generator:** fixes bug in java generator where shared folder wouldn't be generated within cl ([257cc72](https://github.com/ibm-developer/generator-ibm-usecase-enablement/commit/257cc72))
* follow url ([8e39b8d](https://github.com/ibm-developer/generator-ibm-usecase-enablement/commit/8e39b8d))
* remove pipline.yml.partial ([#18](https://github.com/ibm-developer/generator-ibm-usecase-enablement/issues/18)) ([bcbb421](https://github.com/ibm-developer/generator-ibm-usecase-enablement/commit/bcbb421))



<a name="3.2.7"></a>
## [3.2.7](https://github.com/ibm-developer/generator-ibm-usecase-enablement/compare/v3.2.5...v3.2.7) (2018-08-28)

Expand Down
8 changes: 0 additions & 8 deletions config.sh

This file was deleted.

35 changes: 0 additions & 35 deletions npm_version_upgrade.sh

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ibm-usecase-enablement",
"version": "3.2.7",
"version": "3.2.8",
"description": "Generator to add usecase enablement",
"files": [
"generators"
Expand Down
25 changes: 0 additions & 25 deletions prerelease.sh

This file was deleted.

0 comments on commit 4ac66e5

Please sign in to comment.