From 9f3e0ce68489d1e841b722738568771cef7114f8 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Wed, 15 Jan 2025 11:42:58 +1100 Subject: [PATCH] [RELEASE] 10.1.1-beta.1 --- CONTRIBUTING.md | 24 +++++++++++++++++++----- OneBlink.SDK/OneBlink.SDK.csproj | 4 ++-- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bbd212..45daab4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,17 +58,31 @@ dotnet test #### Production Release - 1. Update the [Changelog](./CHANGELOG.md) by replacing `Unreleased` with `1.0.1 (YYYY-MM-DD)` + 1. Install the latest OneBlink Release CLI - 1. Update the `` tag in [`OneBlink.SDK.csproj`](./OneBlink.SDK/OneBlink.SDK.csproj) with `1.0.1` + ``` + npm i -g @oneblink/release-cli@3.x.x + ``` - 1. Update the `` tag in [`OneBlink.SDK.csproj`](./OneBlink.SDK/OneBlink.SDK.csproj) with `1.0.1.0` + 1. Release the repository + + ``` + oneblink-release repository + ``` #### Beta Release - 1. Update the `` tag in [`OneBlink.SDK.csproj`](./OneBlink.SDK/OneBlink.SDK.csproj) with `1.0.1-beta.1` + 1. Install the latest OneBlink Release CLI + + ``` + npm i -g @oneblink/release-cli@3.x.x + ``` + + 1. Release the repository using a `beta` pre-release e.g. `1.0.0-beta.1` - 1. Update the `` tag in [`OneBlink.SDK.csproj`](./OneBlink.SDK/OneBlink.SDK.csproj) with `1.0.1.1` + ``` + oneblink-release repository + ``` 1. Push changes to the `master` branch diff --git a/OneBlink.SDK/OneBlink.SDK.csproj b/OneBlink.SDK/OneBlink.SDK.csproj index 2521b01..8655af6 100644 --- a/OneBlink.SDK/OneBlink.SDK.csproj +++ b/OneBlink.SDK/OneBlink.SDK.csproj @@ -4,8 +4,8 @@ Library netstandard2.0 OneBlink.SDK - 10.1.0 - 10.1.0.0 + 10.1.1-beta.1 + 10.1.1.1 OneBlink OneBlink OneBlink SDK