Support pre-release iterations with NuGet Repack
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
The NuGet repack task does support the pre-release iteration. It supports a single pre-release label, dropping the iteration when creating stable preview packages.
This should be supported. Here are the patterns:
- If semver1, then no special handling. Arcade's pattern is to append iteration directly to the pre-release label
- If semver2, then if the non-stable version number has > 2 parts, take the first two (e.g. `beta.1`). Otherwise take only the first (`beta`).
Contributor guide
Assessment
This issue has not been assessed yet.