dotnet / dotnet/arcade

Support pre-release iterations with NuGet Repack

Open
#15,919 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.