From d1d00449cf794ffd0859305553fc8829dcc483c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 17 Aug 2023 16:38:10 +0200 Subject: [PATCH] Be more explicit about instruction for deploying changes (#509) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0e9624..3e614da5 100644 --- a/README.md +++ b/README.md @@ -121,5 +121,12 @@ For example, this can be one commit for each of: Make sure that all checks still pass for every commit. -Once all dependency updates are merged, update the submodule version in WikibaseLexeme by running `npm run bump-special-new-lexeme` there: -see [New Lexeme Special Page in the WikibaseLexeme dev README](https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/README-dev.md#new-lexeme-special-page). +Once all dependency updates are merged, update the submodule version in WikibaseLexeme (see below). + +## Updating the submodule version in WikibaseLexeme + +This repository is a git submodule in WikibaseLexeme. +That submodule needs to be updated there for changes here to be deployed to production. + +To update the submodule version in WikibaseLexeme run `npm run bump-special-new-lexeme` there. +See [New Lexeme Special Page in the WikibaseLexeme dev README](https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/README-dev.md#new-lexeme-special-page) for more details.