-
Notifications
You must be signed in to change notification settings - Fork 8
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
2d7022e
commit 12bece5
Showing
3 changed files
with
12 additions
and
11 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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Steps to Deploy | ||
1. Run tests | ||
2. Set version in `appveyor.yml` | ||
|
||
e.g: from `version: 2.5.{build}` to `version: 2.6.{build}` | ||
3. Push to `master` | ||
4. Deploy to NuGet.org | ||
2. Set version in `appveyor.yml` (e.g: from `version: 2.5.{build}` to `version: 2.6.{build}`) | ||
3. Update release notes in ConfigCatClient.csproj (PackageReleaseNotes) | ||
4. Push to `master` | ||
5. Deploy to NuGet.org | ||
|
||
Create a new deployment on https://ci.appveyor.com/project/configcat/net-sdk/deployments | ||
5. Make sure new package is available via Nuget.org: https://www.nuget.org/packages/ConfigCat.Client | ||
6. Make sure new package is available via Nuget.org: https://www.nuget.org/packages/ConfigCat.Client | ||
|
||
*Usually it takes a few minutes to propagate.* | ||
6. Add release notes: https://github.com/configcat/.net-sdk/releases | ||
7. Add release notes: https://github.com/configcat/.net-sdk/releases |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.5.{build} | ||
version: 3.0.{build} | ||
branches: | ||
only: | ||
- master | ||
|
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