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

Add GitHub action to apply conventional commit check #832

Closed
1 task
Tracked by #651
frtibble opened this issue May 7, 2024 · 0 comments · Fixed by #846
Closed
1 task
Tracked by #651

Add GitHub action to apply conventional commit check #832

frtibble opened this issue May 7, 2024 · 0 comments · Fixed by #846
Assignees
Labels
subtask A subtask

Comments

@frtibble
Copy link
Contributor

frtibble commented May 7, 2024

Required by #651

Description

Conventional commits apply naming conventions to PRs (e.g by prefixing "feat", "fix", "docs" etc.). This will enable us to automatically determine the semantic version bump based on the PR title. For example, a PR with the naming "feat: adds x,y,z" would automatically cause the release to increase its minor version, e.g. from 1.1.0 to 1.2.0.

In order to use this, we'd like to introduce a GitHub action which checks that the conventional commit naming is applied. There is a GitHub action semantic-pull-request which is used by Microsoft.

Tasks

  • Add GitHub Action for semantic-pull-request
@frtibble frtibble mentioned this issue May 7, 2024
9 tasks
@frtibble frtibble self-assigned this May 7, 2024
@frtibble frtibble added the subtask A subtask label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask A subtask
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant