Skip to content

Commit

Permalink
fix: fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 27, 2022
1 parent e1c7b43 commit a2b6242
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .x-cmd/deploy
Expand Up @@ -30,7 +30,7 @@ deploy_cz() {
pnpm lint && \
pnpm build && \
pnpx bumpp "$version" \
packages/*/package.json packages/@cz-git/*/package.json \
package.json packages/*/package.json packages/@cz-git/*/package.json \
--execute="pnpm run release:changelog" --commit "build: :bookmark: publish v%s" \
--all --tag --push && \
pnpm -r publish --force
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## [1.2.6](https://github.com/Zhengqbbb/cz-git/compare/v1.2.5...v1.2.6) (2022-04-27)


### Bug Fixes

* **cz-git:** fix breaking char priority than maxNumber ([4f463fa](https://github.com/Zhengqbbb/cz-git/commit/4f463fa60b73fcd18b23b49786d7d34d58d1275a))


### Features

* **cz-git:** support single item intelligent filter ouput of scope and issueprefix ([73f688c](https://github.com/Zhengqbbb/cz-git/commit/73f688cb3d8ec565db2d272e215951e8fa86184c)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12)
* **cz-git:** upgrade inquirer dep version 8.2.2 ([fbbf429](https://github.com/Zhengqbbb/cz-git/commit/fbbf4298491413f6360400366d35af310fb76233))


### Reverts

* **cz-git:** fix getSingleParams use error param ([3c32415](https://github.com/Zhengqbbb/cz-git/commit/3c32415359bf0b4d490d51f4eb411f1e59d606bc))


## [1.2.5](https://github.com/Zhengqbbb/cz-git/compare/v1.2.4...v1.2.5) (2022-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "1.2.5",
"version": "1.2.6",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/@cz-git/plugin-inquirer/package.json
Expand Up @@ -29,8 +29,7 @@
"build": "pnpm clean && tsc -b tsconfig.build.json && tsup && rimraf dist",
"build:dev": "pnpm clean && tsc -b",
"clean": "rimraf *.tsbuildinfo lib dist",
"dev": "tsc -b --watch",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"dev": "tsc -b --watch"
},
"dependencies": {
"inquirer": "8.2.0"
Expand Down
264 changes: 0 additions & 264 deletions packages/@cz-git/plugin-loader/CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions packages/@cz-git/plugin-loader/package.json
Expand Up @@ -27,8 +27,7 @@
"build": "pnpm clean && tsc -b tsconfig.build.json && tsup && rimraf dist",
"build:dev": "pnpm clean && tsc -b",
"clean": "rimraf *.tsbuildinfo lib dist",
"dev": "tsc -b --watch",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"dev": "tsc -b --watch"
},
"dependencies": {
"@commitlint/load": "16.2.1",
Expand Down

0 comments on commit a2b6242

Please sign in to comment.