-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We use 4 position versions, as in V2.1.3.4, which represents major.minor.feature.bug. I would like to see an option that allows setting which position should be changed. For example, in .versionize
{
"versioning": {
"positions": [
{
"type": "feat",
"position": 3
},
{
"type": "fix",
"position": 4
},
{
"type": "release",
"position": 1
},
{
"type": "update",
"position": 2
}
]
}
}
dabutta, danifischer and ClaudiusR
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request