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

How to add presets to release notes? #142

Closed
rodoabad opened this issue Sep 20, 2019 · 3 comments
Closed

How to add presets to release notes? #142

rodoabad opened this issue Sep 20, 2019 · 3 comments

Comments

@rodoabad
Copy link

Assuming I have this option.

        [
            "@semantic-release/commit-analyzer",
            {
                "preset": "angular",
                "releaseRules": [
                    {
                        "release": "patch",
                        "type": "ci"
                    },
                    {
                        "release": "patch",
                        "type": "docs"
                    },
                    {
                        "release": "patch",
                        "type": "refactor"
                    }
                ]
            }
        ]

When release notes are released, refactor, ci, and docs aren't being shown in our release notes.

@rodoabad
Copy link
Author

Screen Shot 2019-09-20 at 9 28 26 AM

@pvdlg
Copy link
Member

pvdlg commented Sep 23, 2019

See #77 (comment)

@pvdlg pvdlg transferred this issue from semantic-release/commit-analyzer Sep 23, 2019
@pvdlg
Copy link
Member

pvdlg commented Sep 23, 2019

Duplicate of #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants