chore: automate releases with release-please action#396
Merged
marcossevilla merged 8 commits intomainfrom Nov 26, 2025
Merged
Conversation
Josh-Sanford
commented
Nov 21, 2025
marcossevilla
requested changes
Nov 21, 2025
matiasleyba
requested changes
Nov 21, 2025
Contributor
matiasleyba
left a comment
There was a problem hiding this comment.
Great job, just a couple of notes from me:
- I think we should remove the scripts from
/tool - It would be great to update the
CONTRIBUTING.mdto reflect the changes in the release process, see an example here. - The changelog seems to be malformed, version 2.0.0 is below 1.x. You can fix this by adding a #Changelog header to the file. See this as an example.
- I believe that not all paths should be considered for release.
For example, in my opinion,/siteshould be ignored.
Here is an example of how to ignore paths.
Please review the other paths to see which ones we should include or not.
Let me know if you have any questions, thanks for contributing.
Contributor
|
@Josh-Sanford issue about bloc lint has been fixed so i believe we should be able to revert some of the changes |
63b549d to
5230ccf
Compare
Adds a GitHub Actions workflow to automate releases using release-please. The workflow runs on pushes to main and can be triggered manually.
Adds release-please configuration with changelog sections and pull request settings. Initializes manifest with version 1.18.0.
5230ccf to
731e015
Compare
matiasleyba
reviewed
Nov 24, 2025
matiasleyba
approved these changes
Nov 26, 2025
vgvbot
approved these changes
Nov 26, 2025
marcossevilla
approved these changes
Nov 26, 2025
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.
Status
READY
Description
Add release-please workflow using the release-please Github action to automate releases.
Example PR:
Example release:
Type of Change