WIP: commit msg parser #39

Closed
周赵嘉程521432910016 wants to merge 24 commits from commit-parser into master
Showing only changes of commit 2eae418bf3 - Show all commits

View File

@ -108,7 +108,7 @@ func commitMsgToConf() (conf Conf, err error) {
return
}
file := "conf.toml"
file := "conf.json"
msg := commit.Message
slog.Debug("commit msg to conf", "msg", msg)