diff --git a/.horde.yml b/.horde.yml index 1564c25b..0882afc8 100644 --- a/.horde.yml +++ b/.horde.yml @@ -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: '*' diff --git a/src/Component/Source.php b/src/Component/Source.php index 408d78cf..deb94e9b 100644 --- a/src/Component/Source.php +++ b/src/Component/Source.php @@ -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 { diff --git a/src/Task/Build/BuildPharTask.php b/src/Task/Build/BuildPharTask.php index 356b09ca..432097f1 100644 --- a/src/Task/Build/BuildPharTask.php +++ b/src/Task/Build/BuildPharTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -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 + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Composer/ComposerValidateTask.php b/src/Task/Composer/ComposerValidateTask.php index 701867b2..45dfce65 100644 --- a/src/Task/Composer/ComposerValidateTask.php +++ b/src/Task/Composer/ComposerValidateTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -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 + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/GitHub/CreateGitHubReleaseTask.php b/src/Task/GitHub/CreateGitHubReleaseTask.php index 68733b7c..4bcd5769 100644 --- a/src/Task/GitHub/CreateGitHubReleaseTask.php +++ b/src/Task/GitHub/CreateGitHubReleaseTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -48,7 +48,7 @@ * - github.release_url (string) - Release URL * - github.tag_name (string) - Tag name * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/GitHub/UploadGitHubAssetTask.php b/src/Task/GitHub/UploadGitHubAssetTask.php index 9b89aac0..20c60894 100644 --- a/src/Task/GitHub/UploadGitHubAssetTask.php +++ b/src/Task/GitHub/UploadGitHubAssetTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -47,7 +47,7 @@ * - github.asset_url (string) - Browser download URL * - github.asset_name (string) - Asset filename * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Release/AddChangelogEntryTask.php b/src/Task/Release/AddChangelogEntryTask.php index e519c4e2..e7d88c71 100644 --- a/src/Task/Release/AddChangelogEntryTask.php +++ b/src/Task/Release/AddChangelogEntryTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -52,7 +52,7 @@ * - changelog.file_path (string) - Path to changelog.yml * - changelog.version (string) - Version string added * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Release/CleanupLegacyFilesTask.php b/src/Task/Release/CleanupLegacyFilesTask.php index c5eb942b..d8df6030 100644 --- a/src/Task/Release/CleanupLegacyFilesTask.php +++ b/src/Task/Release/CleanupLegacyFilesTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -41,7 +41,7 @@ * - files.deleted_count (int) - Number of files deleted * - legacy_files.cleaned (bool) - True if cleanup completed * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Release/UpdateApplicationSentinelTask.php b/src/Task/Release/UpdateApplicationSentinelTask.php index a8bd0665..5f7ad1d4 100644 --- a/src/Task/Release/UpdateApplicationSentinelTask.php +++ b/src/Task/Release/UpdateApplicationSentinelTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -38,7 +38,7 @@ * - application.files_updated (array) - List of files updated * - application.version (string) - Version set * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Release/UpdateComposerJsonTask.php b/src/Task/Release/UpdateComposerJsonTask.php index d0181a0d..fc307a6e 100644 --- a/src/Task/Release/UpdateComposerJsonTask.php +++ b/src/Task/Release/UpdateComposerJsonTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -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 + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Release/UpdateHordeYmlVersionTask.php b/src/Task/Release/UpdateHordeYmlVersionTask.php index e7fcdf4f..09193886 100644 --- a/src/Task/Release/UpdateHordeYmlVersionTask.php +++ b/src/Task/Release/UpdateHordeYmlVersionTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -39,7 +39,7 @@ * - horde_yml.version (string) - Release version set * - horde_yml.api_version (string) - API version set * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Version/AnalyzeConventionalCommitsTask.php b/src/Task/Version/AnalyzeConventionalCommitsTask.php index 07264afb..f1ddcd56 100644 --- a/src/Task/Version/AnalyzeConventionalCommitsTask.php +++ b/src/Task/Version/AnalyzeConventionalCommitsTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -37,7 +37,7 @@ * - commits.analyzed (bool) - True if analysis completed * - notes.formatted (string) - Formatted release notes from commits * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 diff --git a/src/Task/Version/CalculateNextVersionTask.php b/src/Task/Version/CalculateNextVersionTask.php index 3de79d15..f4fdd8cd 100644 --- a/src/Task/Version/CalculateNextVersionTask.php +++ b/src/Task/Version/CalculateNextVersionTask.php @@ -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 + * @author Ralf Lang * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Components @@ -52,7 +52,7 @@ * - version.source (string) - How determined: 'manual', 'calculated', 'forced' * - version.tag_checked (bool) - Reality check passed * - * @author Ralf Lang + * @author Ralf Lang * @category Horde * @copyright 2024-2026 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1