Commit ea048d9
committed
fix(relase): Correctly create commit message.
# Issue
Using `\n` did not generate the intended effect.
# Fix
Use the correct approach:
> -m <msg>, --message=<msg>
> Use the given <msg> as the commit message. If multiple -m options are given, their values are concatenated as separate paragraphs.1 parent 08993d4 commit ea048d9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments