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

Default to patch release #1818

Closed
vishnusraju opened this issue Feb 24, 2021 · 0 comments
Closed

Default to patch release #1818

vishnusraju opened this issue Feb 24, 2021 · 0 comments

Comments

@vishnusraju
Copy link

Hi, We in our team are trying to automate release process and would like to set the default commit to have a patch release. Found some few similar issues (Isue 162) and tried the different options. it did not help. Below is the .releaserc.yml used for deploy.

It works fine while following the commit conventions. But all other mesages are pretty much ignored even after updating the file as below:

plugins:
- "@semantic-release/commit-analyzer"
- releaseRules:
  - type: "demo"
    release: patch
  - message: "*"
    release: patch
  - subject: "*"
    release: patch
- "@semantic-release/release-notes-generator"
- - "@semantic-release/exec"
  - verifyReleaseCmd: "echo ${nextRelease.version} > VERSION.txt"
- "@semantic-release/gitlab"

branches:
- "master"
- "+([0-9])?(.{+([0-9]),x}).x"
- name: "alpha"
  prerelease: "alpha"
@travi travi transferred this issue from semantic-release/commit-analyzer Feb 24, 2021
@travi travi closed this as completed Feb 24, 2021
@semantic-release semantic-release locked and limited conversation to collaborators Feb 24, 2021

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

2 participants