Skip to content

Commit

Permalink
Feature/automated deploy (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan authored Nov 9, 2021
1 parent ac3ae3a commit fa36769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/release.yml

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,5 @@ should it be a count? number of secs since? since first build of that version?

## Releasing

To release new versions, GitHub actions are used. In the `.github/workflows/release.yml` workflow you can see and configure the steps.

1. Make sure to update `SolutionInfo.cs` with the version you want to release
2. The release is triggered by pushing a new tag to the repository with the version number in the format `v0.2.17` - this should be the same version number you put in `SolutionInfo.cs` prefixed with a `v`
3. The release workflow will run and push the latest version to MyGet

To release new versions, run `.\build\build.ps1` on your local machine, the version will be taken from `SolutionInfo.cs` (`AssemblyInformationalVersion`) so make sure that's correct before you build.
The resulting `nupkg` file will be written to the `build.out` directory. Push it manually to the https://www.myget.org/F/umbracocore/api/v3/index.json feed.

0 comments on commit fa36769

Please sign in to comment.