Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Any ability to trigger using self defined types #3185

Closed
vovkanaz opened this issue Feb 7, 2024 · 0 comments
Closed

Any ability to trigger using self defined types #3185

vovkanaz opened this issue Feb 7, 2024 · 0 comments

Comments

@vovkanaz
Copy link

vovkanaz commented Feb 7, 2024

New feature motivation

It would be nice to have the possibility to define custom types () instead of the default (feat/fix/breaking)

New feature description

For example, we have:

analyzeCommits:
  - path: "@semantic-release/commit-analyzer"
    releaseRules:
    - type: "feat"
      release: "minor"
    - type: "hotfix"
      release: "patch"
    - type: "patch"
      release: "patch"
    - type: "minor"
      release: "minor"
    - type: "breaking"
      release: "major"

Maybe we could add /define a custom type

    - type: "custom-type-name"
      release: "minor"

to be able to trigger semantic release on commits containing this type inside a commit message.
We've tried to do this, and the pipeline was successfully triggered, but we've got an empty message under the tag definition inside CHANGELOG.md(without Features/Bug Fixes), and working well if fix/feat/BREAKING CHANGE

New feature implementation

No response

@semantic-release semantic-release locked and limited conversation to collaborators Feb 9, 2024
@travi travi converted this issue into discussion #3190 Feb 9, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant