Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 4 position version #86

Open
sreed4 opened this issue Nov 15, 2022 · 0 comments
Open

Use 4 position version #86

sreed4 opened this issue Nov 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sreed4
Copy link

sreed4 commented Nov 15, 2022

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
      }
    ]
  }
}
@cabauman cabauman added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants