-
Notifications
You must be signed in to change notification settings - Fork 24
Master #39
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
Master #39
Conversation
Automatically generated by python-semantic-release
Merge pull request #34 from entelecheia/master
Bumps [nltk](https://github.com/nltk/nltk) from 3.9 to 3.9.1. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.9...3.9.1) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump pandas from 2.2.2 to 2.2.3
Bumps [fugashi](https://github.com/polm/fugashi) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/polm/fugashi/releases) - [Commits](polm/fugashi@v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: fugashi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's Guide by SourceryThis PR updates the project's version to 2.0.5, modernizes the semantic release configuration, updates dependencies, and refactors the GitHub Actions workflows for releases. The changes primarily focus on infrastructure improvements and dependency management. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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 @entelecheia - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: 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.
# Load all steps # | ||
release: | ||
runs-on: ubuntu-latest | ||
concurrency: release |
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.
suggestion (bug_risk): Specify cancel-in-progress for release concurrency
Add cancel-in-progress: true to the concurrency configuration to prevent race conditions between multiple release workflows running simultaneously.
concurrency: release | |
concurrency: | |
group: release | |
cancel-in-progress: true |
Summary by Sourcery
Update project dependencies and CI workflows, and increment the version to 2.0.5. Revise the semantic release configuration and update the CHANGELOG for the new release.
Build:
CI:
Documentation: