Skip to content

Commit f195a2b

Browse files
committed
Improve docs for checking composer.json version number
1 parent cb89446 commit f195a2b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/InternalDeveloperDocs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ signing (ID: 7B4B2D98) available.
8282

8383
Once you have those tools installed and the key available follow these steps:
8484

85-
**Remember to set the version number in `composer.json`**
85+
**Remember to set the version number in `composer.json`!**
8686

8787
Make a fresh clone of the repository:
8888

@@ -96,6 +96,12 @@ Check out the branch you want to release:
9696
git checkout <branchname>
9797
```
9898

99+
Check that the version number in composer.json is correct:
100+
101+
```
102+
cat composer.json
103+
```
104+
99105
Run the tests:
100106

101107
```

0 commit comments

Comments
 (0)