From f8b8e28fd0f23446003f74753cf2df97103fa45f Mon Sep 17 00:00:00 2001 From: "denis.gladikov" Date: Thu, 4 Jun 2020 16:18:06 +0300 Subject: [PATCH] Remove update docs on deploy script --- .circleci/config.yml | 19 ------------------- CHANGELOG.md | 4 ++++ circle.yml | 24 ------------------------ package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 45 deletions(-) delete mode 100644 circle.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 138156d..ece8158 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,28 +17,9 @@ jobs: - run: name: Running Mocha Integration Tests command: npm test - docs: - docker: - - image: circleci/node:12-stretch - steps: - - checkout - - run: - name: Download Script - command: mkdir $HOME/script && curl -o $HOME/script/create_pr.bash https://raw.githubusercontent.com/elasticio/elasticio.github.io/master/scripts/create_pr.bash - - run: - shell: /bin/bash - name: Create PR - command: bash $HOME/script/create_pr.bash -p $PWD -n xml workflows: version: 2 build_and_test: jobs: - test - deploy_docs: - jobs: - - docs: - filters: - branches: - only: - - master diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7ef3c..d4e539c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.2 (June 6, 2020) + +* Remove update docs on deploy script + ## 1.3.1 (May 22, 2020) * Update sailor version to 2.6.7 diff --git a/circle.yml b/circle.yml deleted file mode 100644 index dcc56cc..0000000 --- a/circle.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2 -jobs: - test: - docker: - - image: circleci/node:8-stretch - steps: - - checkout - - restore_cache: - key: dependency-cache-{{ checksum "package.json" }} - - run: - name: Installing Dependencies - command: npm install - - save_cache: - key: dependency-cache-{{ checksum "package.json" }} - paths: - - node_modules - - run: - name: Running Mocha Tests - command: npm test -workflows: - version: 2 - build_and_test: - jobs: - - test \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7b32181..32f83a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xml", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28b0ced..dd686ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml", - "version": "1.3.1", + "version": "1.3.2", "description": "Integration component to work with XML files", "homepage": "http://www.elastic.io", "author": {