config: enable release-please for chore and docs commits#46
Merged
Conversation
Configure release-please to trigger release PRs for chore and docs commits, not just feat and fix. Add docs to changelog-sections and set versioning to always-bump-patch strategy since this is a documentation site where most changes are docs and chores.
9fb8249 to
83ec19f
Compare
There was a problem hiding this comment.
Pull request overview
Updates the repository’s release-please configuration so documentation-focused changes (common in this docs site) produce release PRs and appear in the generated changelog.
Changes:
- Add a
docschangelog section sodocs:conventional commits are included in release notes. - Configure release-please to
always-bump-patchso non-feat/fixcommits (e.g.,docs,chore) still trigger a version bump and release PR.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configure release-please to trigger release PRs for chore and docs commits, not just feat and fix.
Changes:
docsto changelog-sections so docs commits appear in the changelogalways-bump-patchto ensure all commit types trigger version bumps and release PRsSince this is a documentation site, most changes will be docs and chores, so we want to queue a release PR for these commits.