feat: setup release please#93
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Sets up automated releases for this repository using release-please, adds a PR-title conventional commits check, and updates the README to document the new versioning/release approach.
Changes:
- Added release-please configuration + manifest to track and automate semantic versioning.
- Added GitHub Actions workflow to run release-please on pushes to
main, including additional tag management. - Updated README with new “Versioning” guidance and updated workflow reference examples.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
release-please-config.json |
Adds release-please config (simple release type, changelog sections). |
.release-please-manifest.json |
Introduces manifest for version tracking. |
.github/workflows/release-please.yaml |
Automates release-please execution and attempts to maintain major/minor tags. |
.github/workflows/ci.yaml |
Adds PR CI job to enforce conventional commit PR titles. |
README.md |
Documents versioning strategy and updates workflow usage examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adamjgriffith
force-pushed
the
feat/setup-release-please
branch
from
May 1, 2026 08:00
6152e2c to
2906aa9
Compare
adamjgriffith
force-pushed
the
feat/setup-release-please
branch
from
May 1, 2026 10:27
c7f2109 to
91e7905
Compare
adamjgriffith
marked this pull request as ready for review
May 1, 2026 10:30
Contributor
|
closes #31 |
sdh100shaun
approved these changes
May 5, 2026
Richard-McLeod
approved these changes
May 11, 2026
aaronddvsa
approved these changes
May 11, 2026
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.
Description
Sets up automated releases for this repository using release-please, adds a PR-title conventional commits check, and updates the README to document the new versioning/release approach.
Changes:
Before submitting (or marking as "ready for review")