Skip to content

Commit

Permalink
Add note about pre-release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Feb 24, 2020
1 parent 7c96719 commit 630df36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ This will:
5. Create a Relese on GitHub
6. Upload the .nupkg file as a release asset to GitHub

### Pre-releases

To publish a pre-release version, add a "-" suffix to the version, such as "1.0.1-alpha" or "2.18-beta". By default Nuget will not update to pre-release versions.

## Deploying the Demo site

The [demo site](https://cronexpressiondescriptor.azurewebsites.net) is automatically deployed to the Azure App Service by a GitHub deployment hook configured in Azure.
Expand Down

0 comments on commit 630df36

Please sign in to comment.