Skip to content

Commit 5846df9

Browse files
committed
Move and expand dogfooding section in repo readme
1 parent 991e6fa commit 5846df9

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

readme.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
Simple, flexible, intuitive and powerful NuGet packaging.
55

6-
[![Version](https://img.shields.io/nuget/vpre/NuGetizer.svg?color=royalblue)](https://www.nuget.org/packages/NuGetizer) [![Downloads](https://img.shields.io/nuget/dt/NuGetizer?color=darkmagenta)](https://www.nuget.org/packages/NuGetizer) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/devlooped/nugetizer/blob/main/license.txt) [![GitHub](https://img.shields.io/badge/-source-181717.svg?logo=GitHub)](https://github.com/devlooped/nugetizer)
7-
8-
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.app/vpre/nugetizer/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.app/index.json) [![CI Status](https://github.com/devlooped/nugetizer/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/nugetizer/actions?query=branch%3Amain+workflow%3Abuild+)
9-
6+
[![Version](https://img.shields.io/nuget/vpre/NuGetizer.svg?color=royalblue)](https://www.nuget.org/packages/NuGetizer)
7+
[![Downloads](https://img.shields.io/nuget/dt/NuGetizer?color=darkmagenta)](https://www.nuget.org/packages/NuGetizer)
8+
[![EULA](https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30)](osmfeula.txt)
9+
[![OSS](https://img.shields.io/github/license/devlooped/oss.svg?color=blue)](license.txt)
1010

1111
# Why
1212

@@ -607,6 +607,20 @@ You can turn this off by setting the following property at the project level:
607607
</PropertyGroup>
608608
```
609609

610+
## Dogfooding
611+
612+
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.app/vpre/nugetizer/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.app/index.json)
613+
[![CI Status](https://github.com/devlooped/nugetizer/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/nugetizer/actions?query=branch%3Amain+workflow%3Abuild+)
614+
615+
We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
616+
617+
The CI feed is `https://pkg.kzu.app/index.json`.
618+
619+
The versioning scheme for packages is:
620+
621+
- PR builds: *42.42.*`[RUN_ID]`*-pr*`[NUMBER]` (i.e. *42.42.1626-pr655*)
622+
- Branch builds: *42.42.*`[RUN_ID]`*-*`[BRANCH]` (i.e. *42.42.1650-main*)
623+
610624
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
611625
# Sponsors
612626

0 commit comments

Comments
 (0)