From 780a17797949c19e7ce1c75fe2311f5555388785 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 18 Nov 2018 18:46:23 -0200 Subject: [PATCH 1/2] fix(config): Try to fix CI. --- .gitignore | 19 ++++++++++--------- .npmignore | 18 +++++++++++------- package.json | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index e2cc384b..471f3285 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ +.coveralls.yml +.env +.npmrc +.nyc_output +coverage +dist +docs +guaribas.log +guaribas.sqlite node_modules packages/default.gbui/build -dist -guaribas.sqlite -guaribas.log -work tmp -docs -.env -.coveralls.yml -coverage -.npmrc \ No newline at end of file +work \ No newline at end of file diff --git a/.npmignore b/.npmignore index 871ae43b..2e154f7f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,13 @@ -node_modules -guaribas.sqlite -guaribas.log -work -tmp -.env +# This file must be a copy of .gitignore except for the WILLSHIP commented lines below. .coveralls.yml +.env +.npmrc +.nyc_output coverage -BotServer-*.tgz +# WILLSHIP dist +guaribas.log +guaribas.sqlite +node_modules +# WILLSHIP packages/default.gbui/build +tmp +work \ No newline at end of file diff --git a/package.json b/package.json index b76c7e55..39fc8ae5 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ { "path": "@semantic-release/git", "assets": [ - "**" + "package.json" ] } ], From d4d0036c72f4b339ff7550adecd381df687fca72 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 18 Nov 2018 20:47:19 +0000 Subject: [PATCH 2/2] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/pragmatismo-io/BotServer/compare/1.0.4...1.0.5) (2018-11-18) ### Bug Fixes * **config:** Try to fix CI. ([780a177](https://github.com/pragmatismo-io/BotServer/commit/780a177)) * **config:** Try to fix CI. ([240e905](https://github.com/pragmatismo-io/BotServer/commit/240e905)) * **config:** Try to fix CI. ([ae8e2bc](https://github.com/pragmatismo-io/BotServer/commit/ae8e2bc)) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39fc8ae5..4c46fd19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "1.0.0", + "version": "1.0.5", "description": "General Bot Community Edition open-core server.", "main": "./src/app.ts", "bugs": "https://github.com/pragmatismo-io/BotServer/issues", @@ -208,7 +208,8 @@ "publish": [ "@semantic-release/npm", "@semantic-release/github" - ] + ], + "analyzeCommits": "simple-commit-message" }, "config": { "commitizen": {