We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a491e81 commit 553c87dCopy full SHA for 553c87d
Makefile
@@ -77,7 +77,7 @@ set-version: git-check-clean git-check-committed
77
@sed $(SED_OPTS) "s/rails_event_store\/v.*\/APP_TEMPLATE/rails_event_store\/v$(RES_VERSION)\/APP_TEMPLATE/" netlify.toml
78
@make -j8 install-all
79
@make -j8 -C contrib install-all
80
- @git add $(shell find . -name Gemfile*.lock -print) **/*.gemspec **/version.rb railseventstore.org/config.rb RES_VERSION APP_TEMPLATE RELEASE.md netlify.toml
+ @git add $(shell find . -name Gemfile*.lock -print) **/*.gemspec **/version.rb railseventstore.org/docusaurus.config.js RES_VERSION APP_TEMPLATE RELEASE.md netlify.toml
81
@git commit -m "Version v$(RES_VERSION)"
82
83
install: $(addprefix install-, $(GEMS)) ## Install all dependencies
0 commit comments