File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ Learn more about ["personal access tokens" here](https://help.github.com/article
296
296
#### --message <a name =" message " ></a >
297
297
298
298
- ** optional**
299
- - Default: ` Auto-generated commit [ci skip] ` (string)
299
+ - Default: ` Auto-generated commit ` (string)
300
300
- Example: ` ng deploy --message="What could possibly go wrong?" `
301
301
302
302
The commit message ** must be wrapped in quotes** if there are any spaces in the text.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ you can provide the repository URL in the `repo` option.
106
106
# ### --message <a name="message"></a>
107
107
108
108
- ** optional**
109
- - Default: ` Auto-generated commit [ci skip] `
109
+ - Default: ` Auto-generated commit`
110
110
- Example: ` npx angular-cli-ghpages --message=" What could possibly go wrong?" `
111
111
112
112
The commit message ** must be wrapped in quotes** .
Original file line number Diff line number Diff line change 31
31
"message" : {
32
32
"type" : " string" ,
33
33
"description" : " The commit message." ,
34
- "default" : " Auto-generated commit [ci skip] "
34
+ "default" : " Auto-generated commit"
35
35
},
36
36
"branch" : {
37
37
"type" : " string" ,
Original file line number Diff line number Diff line change 1
1
export const defaults = {
2
2
dir : 'dist' ,
3
3
repo : undefined ,
4
- message : 'Auto-generated commit [ci skip] ' ,
4
+ message : 'Auto-generated commit' ,
5
5
branch : 'gh-pages' ,
6
6
name : undefined ,
7
7
email : undefined ,
You can’t perform that action at this time.
0 commit comments