Skip to content

Commit

Permalink
Be more explicit about instruction for deploying changes
Browse files Browse the repository at this point in the history
  • Loading branch information
micgro42 committed Aug 17, 2023
1 parent 7448a8f commit c0d8907
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c0d8907

Please sign in to comment.