From 456ad3681837c402c347c87a703ee8eea9f17d59 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Fri, 8 Dec 2023 15:08:17 +0100 Subject: [PATCH] chore: bump version to v5.0.0-alpha.6 --- .../add-validation-to-public-share-provider.md | 0 .../enhancement-allow-listing-regular-users.md | 0 .../enhancement-store-and-index-location-metadata.md | 0 .../fix-public-link-update.md | 0 .../update-web-8.0.0-alpha.13.md | 0 ocis-pkg/version/version.go | 2 +- sonar-project.properties | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) rename changelog/{unreleased => 5.0.0-alpha.6_2023-12-08}/add-validation-to-public-share-provider.md (100%) rename changelog/{unreleased => 5.0.0-alpha.6_2023-12-08}/enhancement-allow-listing-regular-users.md (100%) rename changelog/{unreleased => 5.0.0-alpha.6_2023-12-08}/enhancement-store-and-index-location-metadata.md (100%) rename changelog/{unreleased => 5.0.0-alpha.6_2023-12-08}/fix-public-link-update.md (100%) rename changelog/{unreleased => 5.0.0-alpha.6_2023-12-08}/update-web-8.0.0-alpha.13.md (100%) diff --git a/changelog/unreleased/add-validation-to-public-share-provider.md b/changelog/5.0.0-alpha.6_2023-12-08/add-validation-to-public-share-provider.md similarity index 100% rename from changelog/unreleased/add-validation-to-public-share-provider.md rename to changelog/5.0.0-alpha.6_2023-12-08/add-validation-to-public-share-provider.md diff --git a/changelog/unreleased/enhancement-allow-listing-regular-users.md b/changelog/5.0.0-alpha.6_2023-12-08/enhancement-allow-listing-regular-users.md similarity index 100% rename from changelog/unreleased/enhancement-allow-listing-regular-users.md rename to changelog/5.0.0-alpha.6_2023-12-08/enhancement-allow-listing-regular-users.md diff --git a/changelog/unreleased/enhancement-store-and-index-location-metadata.md b/changelog/5.0.0-alpha.6_2023-12-08/enhancement-store-and-index-location-metadata.md similarity index 100% rename from changelog/unreleased/enhancement-store-and-index-location-metadata.md rename to changelog/5.0.0-alpha.6_2023-12-08/enhancement-store-and-index-location-metadata.md diff --git a/changelog/unreleased/fix-public-link-update.md b/changelog/5.0.0-alpha.6_2023-12-08/fix-public-link-update.md similarity index 100% rename from changelog/unreleased/fix-public-link-update.md rename to changelog/5.0.0-alpha.6_2023-12-08/fix-public-link-update.md diff --git a/changelog/unreleased/update-web-8.0.0-alpha.13.md b/changelog/5.0.0-alpha.6_2023-12-08/update-web-8.0.0-alpha.13.md similarity index 100% rename from changelog/unreleased/update-web-8.0.0-alpha.13.md rename to changelog/5.0.0-alpha.6_2023-12-08/update-web-8.0.0-alpha.13.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index fef4553c0b9..0178f8cbe5f 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "5.0.0-alpha.5+dev" + LatestTag = "5.0.0-alpha.6+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index fbbd4c46eb7..bb9af975099 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=5.0.0-alpha.5 +sonar.projectVersion=5.0.0-alpha.6 sonar.host.url=https://sonarcloud.io # =====================================================