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

ci: add release-please with provenance #93

Merged
merged 3 commits into from
Aug 12, 2024
Merged

ci: add release-please with provenance #93

merged 3 commits into from
Aug 12, 2024

Conversation

xseman
Copy link
Contributor

@xseman xseman commented Aug 3, 2024

No description provided.

Comment on lines +13 to +26
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "deps", "section": "Dependency updates" },
{ "type": "docs", "section": "Documentation" },
{ "type": "ci", "section": "Maintenance" },
{ "type": "build", "section": "Maintenance" },
{ "type": "chore", "section": "Maintenance" },
{ "type": "refactor", "section": "Refactors" },
{ "type": "test", "section": "Tests" },
{ "type": "style", "section": "Code Style", "hidden": true },
{ "type": "examples", "section": "Examples", "hidden": true }
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can customize your semantic-commit style to link specific sections and exclude the ones you don't want to appear in the release notes.

@dderevjanik
Copy link
Owner

@xseman thank you very much! :)

@dderevjanik dderevjanik merged commit 16ff043 into dderevjanik:master Aug 12, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants