We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb89446 commit f195a2bCopy full SHA for f195a2b
1 file changed
docs/InternalDeveloperDocs.md
@@ -82,7 +82,7 @@ signing (ID: 7B4B2D98) available.
82
83
Once you have those tools installed and the key available follow these steps:
84
85
-**Remember to set the version number in `composer.json`**
+**Remember to set the version number in `composer.json`!**
86
87
Make a fresh clone of the repository:
88
@@ -96,6 +96,12 @@ Check out the branch you want to release:
96
git checkout <branchname>
97
```
98
99
+Check that the version number in composer.json is correct:
100
+
101
+```
102
+cat composer.json
103
104
105
Run the tests:
106
107
0 commit comments