Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed Sep 18, 2021
1 parent e1d544e commit c705ca5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# [](https://github.com/dgiot/dgiot/compare/v4.3.1...v) (2021-09-11)
# [](https://github.com/dgiot/dgiot/compare/v4.3.2...v) (2021-09-18)


### Bug Fixes

* shouyinchengchannel cType ([442bee6](https://github.com/dgiot/dgiot/commit/442bee6c8a104ea9e5c588de549899436a0c99bd))



## [4.3.2](https://github.com/dgiot/dgiot/compare/v4.3.1...v4.3.2) (2021-09-13)


### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Each commit message consists of a **header**, a **body** and a **footer**. The h
<footer>
```


The **header** with **type** is mandatory. The **scope** of the header is optional. This repository has no predefined scopes. A custom scope can be used for clarity if desired.

Any line of the commit message cannot be longer 100 characters! This allows the message to be easier to read on GitHub as well as in various git tools.
Expand Down
2 changes: 1 addition & 1 deletion push.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function funShell() {
logs(chalk.red('changelog error'))
}
shell.exec('git add -A .')
shell.exec(`git commit -m ${commitType}: &{commitMsg}`)
shell.exec(`git commit -m ${commitType}: &{commitMsg}`)
shell.exec('git push')
}

Expand Down

0 comments on commit c705ca5

Please sign in to comment.