Skip to content

Commit 4fcbdfb

Browse files
committed
Import release process changes from xdebug_3_4 branch
1 parent 07708cb commit 4fcbdfb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.build.scripts/make-release.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ function updateGIT( bool $from_master )
155155

156156
if ( !$from_master )
157157
{
158-
`git checkout xdebug_3_3`;
159-
`git pull origin xdebug_3_3`;
158+
`git checkout xdebug_3_5`;
159+
`git pull origin xdebug_3_5`;
160160
}
161161
}
162162

RELEASE_PROCESS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#. Move existing release entry down in ``package.xml``
1515
#. Include new snippet in ``/tmp/package.xml``
1616
#. Run commands from output
17+
#. Create a release from the tag on GitHub
1718
#. Update www.xdebug.org ``views/home/updates.php`` with snippet
1819
#. Update www.xdebug.org ``src/XdebugVersion.php`` with snippet
1920
#. Update pre-generated www.xdebug.org ``data/news/...`` file

0 commit comments

Comments
 (0)