parent
9a7968e4c9
commit
209b39ffd0
|
@ -2,4 +2,4 @@
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
. "$(dirname "$0")/required-apps"
|
. "$(dirname "$0")/required-apps"
|
||||||
|
|
||||||
cd web && ${PMGR} run commitlint --edit $1
|
cd web && ${PMGR} commitlint --edit $1
|
||||||
|
|
|
@ -99,8 +99,8 @@ The password sent for authentication with the SMTP server. Paired with the usern
|
||||||
<div markdown="1">
|
<div markdown="1">
|
||||||
type: string
|
type: string
|
||||||
{: .label .label-config .label-purple }
|
{: .label .label-config .label-purple }
|
||||||
required: no
|
required: yes
|
||||||
{: .label .label-config .label-green }
|
{: .label .label-config .label-red }
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
The address sent in the FROM header for the email. Basically who the email appears to come from. It should be noted
|
The address sent in the FROM header for the email. Basically who the email appears to come from. It should be noted
|
||||||
|
|
Loading…
Reference in New Issue