Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
horde/release: ^4
horde/version: ^1.0.0-beta1
horde/yaml: '*'
horde/hordeymlfile: ^0.0.1-alpha3
horde/hordeymlfile: ^1
horde/eventdispatcher: '*'
horde/githubapiclient: '*'
horde/composer: '*'
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ public function placeArchive(string $destination, $options = []): array
if (empty($options['keep_version'])) {
$version = preg_replace(
'/([.0-9]+).*/',
'\1dev' . strftime('%Y%m%d%H%M'),
'\1dev' . date('YmdHi'),
$this->getVersion()
);
} else {
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Build/BuildPharTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -39,7 +39,7 @@
* - phar.file_name (string) - Basename for GitHub upload (no directory prefix)
* - phar.file_size (int) - PHAR size in bytes
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Composer/ComposerValidateTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand All @@ -33,7 +33,7 @@
* - composer.valid (bool) - True if composer.json is valid
* - composer.validation_errors (array) - List of validation errors (if any)
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/GitHub/CreateGitHubReleaseTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -48,7 +48,7 @@
* - github.release_url (string) - Release URL
* - github.tag_name (string) - Tag name
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/GitHub/UploadGitHubAssetTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -47,7 +47,7 @@
* - github.asset_url (string) - Browser download URL
* - github.asset_name (string) - Asset filename
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Release/AddChangelogEntryTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -52,7 +52,7 @@
* - changelog.file_path (string) - Path to changelog.yml
* - changelog.version (string) - Version string added
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Release/CleanupLegacyFilesTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -41,7 +41,7 @@
* - files.deleted_count (int) - Number of files deleted
* - legacy_files.cleaned (bool) - True if cleanup completed
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Release/UpdateApplicationSentinelTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -38,7 +38,7 @@
* - application.files_updated (array) - List of files updated
* - application.version (string) - Version set
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Release/UpdateComposerJsonTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -44,7 +44,7 @@
* - composer_json.file_path (string) - Path to composer.json
* - composer_json.version (string) - Version set in composer.json
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Release/UpdateHordeYmlVersionTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -39,7 +39,7 @@
* - horde_yml.version (string) - Release version set
* - horde_yml.api_version (string) - API version set
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Version/AnalyzeConventionalCommitsTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -37,7 +37,7 @@
* - commits.analyzed (bool) - True if analysis completed
* - notes.formatted (string) - Formatted release notes from commits
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Task/Version/CalculateNextVersionTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Components
Expand Down Expand Up @@ -52,7 +52,7 @@
* - version.source (string) - How determined: 'manual', 'calculated', 'forced'
* - version.tag_checked (bool) - Reality check passed
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2024-2026 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
Expand Down
Loading