Skip to content

No fix or change commit, but minor version asked at any time #130

@borisdamevin

Description

@borisdamevin

Hi,

I have an issue with generation release, it always want release a new minor release even I don't have any minor commit with fix any any else.

I want remove "semantic-release" for someting more modern et simple, release-it is the better alternative?

{
    "git": {
        "commitMessage": "chore(release): publish version ${version}",
        "tagName": "v${version}",
        "requireBranch": "release-tool",
        "requireCleanWorkingDir": false
    },
    "github": {
        "release": false
    },
    "npm": {
        "publish": false
    },
    "plugins": {
        "@release-it/conventional-changelog": {
            "infile": "CHANGELOG.md",
            "header": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.",
            "preset": {
                "name": "conventionalcommits",
                "types": [
                    {
                        "type": "feat",
                        "section": "Features"
                    },
                    {
                        "type": "fix",
                        "section": "Bug Fixes"
                    },
                    {
                        "type": "chore",
                        "hidden": true
                    },
                    {
                        "type": "build",
                        "section": "Build System"
                    },
                    {
                        "type": "docs",
                        "hidden": true
                    },
                    {
                        "type": "style",
                        "hidden": true
                    },
                    {
                        "type": "refactor",
                        "section": "Code Refactoring"
                    },
                    {
                        "type": "perf",
                        "hidden": true
                    },
                    {
                        "type": "test",
                        "hidden": true
                    },
                    {
                        "type": "ci",
                        "hidden": true
                    }
                ]
            }
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions