From 461a57c14aee97c9b6f83c79fe3a74122c890fb2 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Tue, 9 Feb 2021 10:05:13 -0800 Subject: [PATCH] Revert "Finish reverting template2" This reverts commit aa1461facbdb7ebd1e0ad2d90f8fe5a7c9db9473. --- sdk/template/azure-template/CHANGELOG.md | 15 +++++++++++++++ .../azure-template/inc/azure/template/version.hpp | 2 +- sdk/template/ci.yml | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/sdk/template/azure-template/CHANGELOG.md b/sdk/template/azure-template/CHANGELOG.md index 81f44e16d..d71c989dc 100644 --- a/sdk/template/azure-template/CHANGELOG.md +++ b/sdk/template/azure-template/CHANGELOG.md @@ -1,5 +1,20 @@ # Release History +## 1.0.0-beta.28 (2020-02-09) + +* Validate vcpkg publishing automation with x-add-version +* Update PR naming + +## 1.0.0-beta.27 (2020-02-09) + +* Validate vcpkg publishing automation with x-add-version +* Update PR naming + +## 1.0.0-beta.26 (2020-02-08) + +* Validate vcpkg publishing automation with x-add-version +* Update PR naming + ## 1.0.0-beta.25 (2020-01-12) * Validate vcpkg publishing automation (part 20) diff --git a/sdk/template/azure-template/inc/azure/template/version.hpp b/sdk/template/azure-template/inc/azure/template/version.hpp index 81614b8cc..96fafe094 100644 --- a/sdk/template/azure-template/inc/azure/template/version.hpp +++ b/sdk/template/azure-template/inc/azure/template/version.hpp @@ -10,7 +10,7 @@ #define AZURE_TEMPLATE_VERSION_MAJOR 1 #define AZURE_TEMPLATE_VERSION_MINOR 0 #define AZURE_TEMPLATE_VERSION_PATCH 0 -#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.25" +#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.28" namespace Azure { namespace Template { namespace Details { diff --git a/sdk/template/ci.yml b/sdk/template/ci.yml index f1a34b7c0..3f95ea168 100644 --- a/sdk/template/ci.yml +++ b/sdk/template/ci.yml @@ -38,3 +38,6 @@ stages: - Name: azure-template Path: azure-template VcpkgPortName: azure-template-cpp + - Name: azure-template2 + Path: azure-template2 + VcpkgPortName: azure-template2-cpp