Skip to content

Commit

Permalink
chore: set prefix on auto commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Jul 14, 2019
1 parent ff74919 commit 46bcf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ sync: build_syncer ## Sync versions between package.json and pyproject.toml
--mount type=bind,src=`pwd`/pyproject.toml,dst=/pyproject.toml \
$(SYNCER_NAME) /package.json /pyproject.toml
git add pyproject.toml
git commit -m "Sync versions across files"
git commit -m "chore: sync package.json version to pyproject.toml version"

.PHONY: version ## Update versions for packages
version: bump sync
Expand Down

0 comments on commit 46bcf92

Please sign in to comment.