-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
FeatureNew featureNew featureNeeded: design decisionA core team decision is requiredA core team decision is required
Description
This might be at the limit of what editable versions were meant for, but it would be really nice to be able to have automation rules add version slugs so that users could have a rule like:
4\..*
matching versions follow semantic versioning and the latest gets custom slug4.0
3\.3\..*
matching versions follow semantic versioning and the latest gets custom slug3.3
2\..*
matching versions follow semantic versioning and the latest gets custom slug2.0
The issue is maybe in removing the previous custom slug however, ie:
- Before, version
2.2.2
has custom slug2.0
- After, version
2.3.0
has custom slug2.0
and version2.2.2
has custom slug reverted/removed
Metadata
Metadata
Assignees
Labels
FeatureNew featureNew featureNeeded: design decisionA core team decision is requiredA core team decision is required