Loading a config file only works with relative paths π€·ββοΈ
Examples
-
~ expansion e.g.
$ commitpal -c ~/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found
? Please choose a preset β¦
Angular commit format
Emoji
Jira ticket
-
Absolute paths e.g.
$ commitpal -c /Users/jvernon/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found
? Please choose a preset β¦
Angular commit format
Emoji
Jira ticket
-
Relative paths e.g.
commitpal -c ./.commitpal.config.json -n
? What type of change? β¦
feature
bugfix
documentation
style
tests
chore