Skip to content

Commit

Permalink
Add extra warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 17, 2025
1 parent 0f70626 commit 5a346c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/various-roles/developers-guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ Merging branches is not described here. It's generally best to run npm version a

#### Update version numbers

:::warning

It's easy to forget to update the version nummer in different locations. Please read carefully what is written below.

:::

Update the version number in four `package.json`'s. The idea is to keep the version numbers of all repos the same. If you publish an update to NPM you have to raise the version number in four places:

1. https://github.com/trustoverip/spec-up-t-starter-pack/blob/main/spec-up-t-starterpack/package.json#L3
Expand Down

0 comments on commit 5a346c4

Please sign in to comment.