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

chore: Add support for chore commits in release-please #1046

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

ka3de
Copy link
Contributor

@ka3de ka3de commented Nov 15, 2024

Include chore as a supported category for release-please. Chore commits refer to changes that don't modify source files but are necessary to maintain the project. Some examples include:

  • Updating build scripts or configuration files
  • Updating dependencies
  • Updating CI/CD configurations

Consider using scopes in order to "narrow down" the context of the change. For example:

  • chore(ci):
  • chore(build):

Include `chore` as a supported category for release-please. Chore
commits refer to changes that don't modify source files but are
necessary to maintain the project. Some examples include:
- Updating build scripts or configuration files
- Updating dependencies
- Updating CI/CD configurations

Consider using scopes in order to "narrow down" the context of the
change. For example:
- chore(ci): <change>
- chore(build): <change>
The other supported categories should account for any change that may
require a release.
@ka3de ka3de marked this pull request as ready for review November 15, 2024 13:59
@ka3de ka3de requested a review from a team as a code owner November 15, 2024 13:59
@ka3de ka3de merged commit 807ac78 into main Nov 18, 2024
5 checks passed
@ka3de ka3de deleted the add-chore-to-rp branch November 18, 2024 07:04
@sm-release-app sm-release-app bot mentioned this pull request Nov 18, 2024
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