Skip to content

Commit

Permalink
fix: build fixed that was pushing wrong tags
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Nov 3, 2019
1 parent e8da881 commit 2b86748
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
<<: *job_defaults
steps:
- checkout
# - *restore_cache
- *restore_cache
- run:
name: Install Dependencies
command: npm install --quiet --no-progress
# - *save_cache
- *save_cache
- run:
name: Build Library and App
command: sudo npm run build
Expand All @@ -82,7 +82,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run:
name: publish library
command: npm run build:lib && npm run publish:lib
command: npm run publish:lib

deploy:
<<: *job_defaults
Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

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.

### [3.7.2](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.7.1...v3.7.2) (2019-11-03)

### Bug Fixes

- build fix remove cache ([cec314e](https://github.com/udayvunnam/xng-breadcrumb/commit/cec314e))

### [3.7.1](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.7.0...v3.7.1) (2019-11-03)

### Bug Fixes

- build fix remove cache ([59dcf01](https://github.com/udayvunnam/xng-breadcrumb/commit/59dcf01))

## [3.7.0](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.6.0...v3.7.0) (2019-11-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": "git pull origin master && standard-version",
"postversion": "npm-run-all copy:* commit:version push:tags",
"copy:readme": "cp README.md projects/xng-breadcrumb/README.md",
"copy:version": "cd projects/xng-breadcrumb && npm version $npm_package_version && cd ../..",
"copy:version": "VERSION=$npm_package_version && cd projects/xng-breadcrumb && npm version $VERSION && cd ../..",
"commit:version": "git add . && git commit -m $npm_package_version ",
"push:tags": "git push --follow-tags origin master",
"publish:lib": "npm publish ./dist/xng-breadcrumb",
Expand Down
6 changes: 3 additions & 3 deletions projects/xng-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xng-breadcrumb",
"version": "3.7.2",
"license": "MIT",
"description": "A declarative and reactive breadcrumb for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb",
"description": "A declarative and reactive breadcrumb approach for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb",
"author": {
"name": "Uday Vunnam",
"email": "[email protected]"
Expand All @@ -18,8 +18,8 @@
},
"keywords": [
"angular",
"angular2+",
"ng",
"ng-breadcrumb",
"ngx-breadcrumb",
"breadcrumb",
"ngx"
],
Expand Down

0 comments on commit 2b86748

Please sign in to comment.