Skip to content

Commit

Permalink
[RELEASE] 10.1.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jan 15, 2025
1 parent 93d08dc commit 9f3e0ce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
24 changes: 19 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<PackageVersion>` tag in [`OneBlink.SDK.csproj`](./OneBlink.SDK/OneBlink.SDK.csproj) with `1.0.1`
```
npm i -g @oneblink/[email protected]
```
1. Update the `<AssemblyVersion>` 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 `<PackageVersion>` 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/[email protected]
```
1. Release the repository using a `beta` pre-release e.g. `1.0.0-beta.1`
1. Update the `<AssemblyVersion>` 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
Expand Down
4 changes: 2 additions & 2 deletions OneBlink.SDK/OneBlink.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>OneBlink.SDK</PackageId>
<PackageVersion>10.1.0</PackageVersion>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<PackageVersion>10.1.1-beta.1</PackageVersion>
<AssemblyVersion>10.1.1.1</AssemblyVersion>
<Authors>OneBlink</Authors>
<Owners>OneBlink</Owners>
<Title>OneBlink SDK</Title>
Expand Down

0 comments on commit 9f3e0ce

Please sign in to comment.