-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93d08dc
commit 9f3e0ce
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters