Skip to content

Conversation

@josejulio
Copy link
Contributor

@josejulio josejulio commented May 13, 2025

🤖 I have created a release beep boop

2.1.0 (2025-05-13)

Features

  • Allow setting args params on entrypoint (d5e3463)

This PR was generated with Release Please. See documentation.

Summary by Sourcery

Release version 2.1.0 with a new feature to set args parameters on entrypoints

New Features:

  • Allow setting args params on entrypoint

Chores:

  • Bump package version to 2.1.0 and update CHANGELOG

@sourcery-ai
Copy link

sourcery-ai bot commented May 13, 2025

Reviewer's Guide

Automated release update for version 2.1.0 generated by Release Please, including bumping package version, updating the changelog with the new feature entry, and regenerating lock files.

Sequence Diagram: Automated File Updates for Release 2.1.0

sequenceDiagram
    actor RelPlease as "Release Please"
    participant Changelog as "CHANGELOG.md"
    participant PackageJson as "package.json"
    participant PackageLock as "package-lock.json"

    RelPlease->>Changelog: Add entry for version 2.1.0
    note right of Changelog: Includes feature: Allow setting args params on entrypoint (d5e3463)
    RelPlease->>PackageJson: Update version from "2.0.0" to "2.1.0"
    RelPlease->>PackageLock: Regenerate to reflect updates
Loading

File-Level Changes

Change Details Files
Bump package version to 2.1.0
  • Update version field in package.json
  • Regenerate package-lock.json
package.json
package-lock.json
Augment CHANGELOG with 2.1.0 entry
  • Insert 2.1.0 header and release date
  • Add feature entry for args params on entrypoint
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @josejulio - 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

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@josejulio josejulio merged commit f685bda into main May 13, 2025
1 check passed
@josejulio
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants