Skip to content

Commit

Permalink
Import release process changes from xdebug_3_4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jan 6, 2025
1 parent 07708cb commit 4fcbdfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build.scripts/make-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ function updateGIT( bool $from_master )

if ( !$from_master )
{
`git checkout xdebug_3_3`;
`git pull origin xdebug_3_3`;
`git checkout xdebug_3_5`;
`git pull origin xdebug_3_5`;
}
}

Expand Down
1 change: 1 addition & 0 deletions RELEASE_PROCESS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#. Move existing release entry down in ``package.xml``
#. Include new snippet in ``/tmp/package.xml``
#. Run commands from output
#. Create a release from the tag on GitHub
#. Update www.xdebug.org ``views/home/updates.php`` with snippet
#. Update www.xdebug.org ``src/XdebugVersion.php`` with snippet
#. Update pre-generated www.xdebug.org ``data/news/...`` file
Expand Down

0 comments on commit 4fcbdfb

Please sign in to comment.