Skip to content

Commit

Permalink
chore: fixes formatting on Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Apr 15, 2024
1 parent 81c3b19 commit 6aaed85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ release::
git config --global user.name "semantic-release (via Github actions)"
git config --global user.email "semantic-release@github-actions"
@if [ "${MINOR}" = "true" ]; then \
semantic-release publish --minor; \
else \
semantic-release publish; \
fi
semantic-release publish --minor; \
else \
semantic-release publish; \
fi

mdformat:
pre-commit run mdformat --all-files
Expand Down

0 comments on commit 6aaed85

Please sign in to comment.