Skip to content

Commit 613e149

Browse files
committed
Edited README
1 parent a182d36 commit 613e149

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,20 @@ You can find the original implementation here:
579579

580580
Huge thanks to [Suave](https://github.com/SuaveIO/suave) for letting us borrow their code and thanks to [Florian Verdonck](https://github.com/nojaf) for originally porting it to Giraffe.
581581

582+
## Nightly builds and NuGet feed
583+
584+
All official release packages are published to the official and public NuGet feed.
585+
586+
Nightly builds (pre-release builds from the `develop` branch) produce unofficial pre-release NuGet packages which can be pulled from the project's public NuGet feed on GitHub:
587+
588+
```
589+
https://github.com/orgs/giraffe-fsharp/packages
590+
```
591+
592+
These packages are being tagged with the Workflow's run number as the package version.
593+
594+
All other builds, such as builds triggered by pull requests produce a NuGet package which can be downloaded as an artifact from the individual GitHub action.
595+
582596
## License
583597

584598
[Apache 2.0](https://raw.githubusercontent.com/giraffe-fsharp/Giraffe.ViewEngine/master/LICENSE)

0 commit comments

Comments
 (0)