E3F3 Use 4 position version · Issue #86 · versionize/versionize · GitHub
[go: up one dir, main page]

Skip to content

Use 4 position version #86

@sreed4

Description

@sreed4

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
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0