We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07708cb commit 4fcbdfbCopy full SHA for 4fcbdfb
.build.scripts/make-release.php
@@ -155,8 +155,8 @@ function updateGIT( bool $from_master )
155
156
if ( !$from_master )
157
{
158
- `git checkout xdebug_3_3`;
159
- `git pull origin xdebug_3_3`;
+ `git checkout xdebug_3_5`;
+ `git pull origin xdebug_3_5`;
160
}
161
162
RELEASE_PROCESS.rst
@@ -14,6 +14,7 @@
14
#. Move existing release entry down in ``package.xml``
15
#. Include new snippet in ``/tmp/package.xml``
16
#. Run commands from output
17
+#. Create a release from the tag on GitHub
18
#. Update www.xdebug.org ``views/home/updates.php`` with snippet
19
#. Update www.xdebug.org ``src/XdebugVersion.php`` with snippet
20
#. Update pre-generated www.xdebug.org ``data/news/...`` file
0 commit comments