[TYPO3-dev] extension upload to TER under TYPO3 6.0

Dmitry Dulepov dmitry.dulepov at gmail.com
Mon May 6 11:38:15 CEST 2013


Hi!

Franz Holzinger wrote:
> if I use
>
> t3xutils.php upload
>
> to upload the TYPO3 extension, then there is one question:
>
> How can I set the version number for the next version?
>
> The version now is
> 'version' => '0.11.3',
>
> But I want to get version 0.12.0 as the next version in TER.
> How can I do this?

With 'ext' you do:

ext version '1.12.0'
ext user 'your-typo3.org-user-name'
ext comment 'My upload comment'
ext upload 'my-typo3.org-password'


This is what I just did for RealURL.

-- 
Dmitry Dulepov
TYPO3 CMS core & security teams member



More information about the TYPO3-dev mailing list