Skip to content

Commit

Permalink
build: update monorepo target (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jul 21, 2024
1 parent deaedea commit c14dfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ monorepo-merge:
.PHONY: monorepo-release-%
monorepo-release-%:
git update-index --really-refresh > /dev/null; git diff-index --quiet HEAD || (echo "Working directory is not clean, aborting" && exit 1)
[ -z "$*" ] && echo "Please provide a version number" && exit 1
[ $(git branch --show-current) = 'main' ] || (echo "Not on main branch, aborting" && exit 1)
$(PHP) vendor/bin/monorepo-builder release $*
git switch -c release/$*
Expand Down

0 comments on commit c14dfdf

Please sign in to comment.