-
-
Notifications
You must be signed in to change notification settings - Fork 461
chore(main): release 0.15.0 #317
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
Merged
C4illin
merged 1 commit into
main
from
release-please--branches--main--components--convertx-frontend
Oct 7, 2025
Merged
chore(main): release 0.15.0 #317
C4illin
merged 1 commit into
main
from
release-please--branches--main--components--convertx-frontend
Oct 7, 2025
Conversation
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
Contributor
Reviewer's GuideAutomates the 0.14.2 release by updating the package version and appending new release notes to the changelog via Release Please. Sequence Diagram for Automated Release PR GenerationsequenceDiagram
actor Dev as Developer
participant ReleasePlease as "Release Please Bot"
participant Repository as "ConvertX GitHub Repository"
Dev->>Repository: Pushes/merges commit (e.g., f789d9d 'add language env')
activate Repository
ReleasePlease->>Repository: Monitors for new commits eligible for release
deactivate Repository
activate ReleasePlease
ReleasePlease->>ReleasePlease: Determines new version (0.14.2) and gathers changes
ReleasePlease->>ReleasePlease: Generates release notes for v0.14.2 including fix f789d9d
ReleasePlease->>Repository: Updates CHANGELOG.md with new release section for v0.14.2
ReleasePlease->>Repository: Updates package.json to version "0.14.2"
ReleasePlease->>Repository: Creates Pull Request titled 'chore(main): release 0.14.2'
deactivate ReleasePlease
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @C4illin - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
26eb12e to
3071544
Compare
80b32cf to
e71e15b
Compare
ac719c5 to
fbc6361
Compare
4f0d08c to
b20d2db
Compare
ac76bca to
ba2bf9c
Compare
ba2bf9c to
beabb0f
Compare
beabb0f to
4b5adb7
Compare
7ac66ba to
fb297f9
Compare
fb297f9 to
9b4f001
Compare
57af29b to
9d14326
Compare
c9eb147 to
7a91440
Compare
7a91440 to
f2e8d05
Compare
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.
🤖 I have created a release beep boop
0.15.0 (2025-10-07)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.