1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

refactor: expotWiki now conforms to commitlint conventional-changelog

This commit is contained in:
Ryan Kes 2020-11-11 11:36:04 +01:00
parent b0b30a9e3d
commit b2597f45e0

View File

@ -13,5 +13,5 @@ grep -ril "^\#+select_tags:[\ a-zA-Z0-9]namepage" "$fromDir"*.org | while read -
done
git -C "$toDir" add .
git -C "$toDir" commit -m "Update $date"
git -C "$toDir" commit -m "feat: update $date"
git -C "$toDir" push origin master