Skip to content

Commit

Permalink
Include APP_TEMPLATE in changed-version commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Dec 7, 2018
1 parent 972a51e commit 3433466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ set-version: git-check-clean git-check-committed
@find . -name *.gemspec -exec sed $(SED_OPTS) "s/\('rails_event_store', \)\(.*\)/\1'= $(RES_VERSION)'/" {} \;
@find . -name *.gemspec -exec sed $(SED_OPTS) "s/\('rails_event_store-rspec', \)\(.*\)/\1'= $(RES_VERSION)'/" {} \;
@sed $(SED_OPTS) "s/\(gem 'rails_event_store', '~>\)\(.*\)/\1 $(RES_VERSION)'/" APP_TEMPLATE
@git add -A **/*.gemspec **/version.rb RES_VERSION
@git add -A **/*.gemspec **/version.rb RES_VERSION APP_TEMPLATE
@git commit -m "Version v$(RES_VERSION)"

install: $(addprefix install-, $(GEMS)) ## Install all dependencies
Expand Down

0 comments on commit 3433466

Please sign in to comment.