コミットメッセージのバリデーションには commitlint ( https://github.com/conventional-changelog/commitlint ) を使用します。
またコミットメッセージは次の規約に準拠します。
https://www.conventionalcommits.org/ja/v1.0.0/
コミットメッセージのフォーマットは次の通りです。
コミットメッセージのバリデーションには commitlint ( https://github.com/conventional-changelog/commitlint ) を使用します。
またコミットメッセージは次の規約に準拠します。
https://www.conventionalcommits.org/ja/v1.0.0/
コミットメッセージのフォーマットは次の通りです。
| #!/bin/bash | |
| # | |
| # Init file for daemonized Skype service | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: skype | |
| # Required-Start: $local_fs $remote_fs $network | |
| # Required-Stop: $local_fs $remote_fs $network | |
| # Default-Start: 3 4 5 | |
| # Default-Stop: 0 1 2 6 |