Skip to content

Commit cf09d38

Browse files
committed
fix: test
1 parent c705ca5 commit cf09d38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each commit message consists of a **header**, a **body** and a **footer**. The h
2020
```
2121

2222

23+
2324
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.
2425

2526
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.

push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function funShell() {
7575
logs(chalk.red('changelog error'))
7676
}
7777
shell.exec('git add -A .')
78-
shell.exec(`git commit -m ${commitType}: &{commitMsg}`)
78+
shell.exec(`git commit -m ${commitType}: ${commitMsg}`)
7979
shell.exec('git push')
8080
}
8181

0 commit comments

Comments
 (0)