-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: release v1.6.0 #737
Conversation
WalkthroughThe changes primarily involve updating the version number of the file uploader project from 1.5.2 to 1.6.0 across multiple files. A bug fix is documented in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (3)
- CHANGELOG.md (1 hunks)
- env.js (1 hunks)
- package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- env.js
- package.json
Additional context used
Markdownlint
CHANGELOG.md
3-3: Expected: h2; Actual: h3
Heading levels should only increment by one level at a time(MD001, heading-increment)
Additional comments not posted (2)
CHANGELOG.md (2)
3-5
: LGTM!The bug fix documentation is correct.
Tools
Markdownlint
3-3: Expected: h2; Actual: h3
Heading levels should only increment by one level at a time(MD001, heading-increment)
7-9
: LGTM!The feature documentation is correct.
This pull request prepares the following release:
1.5.2
→1.6.0
Release Summary
This is going to be published with the following command:
npm publish --tag latest --access public
Merging Instructions
When merging this pull request, you need to Squash and merge and make sure that the title starts with
chore: release v1.6.0
.See details
After that, a commit
chore: release v1.6.0
will be added and you or your CI can runshipjs trigger
to trigger the release based on the commit.This pull request is automatically generated by Ship.js.
Summary by CodeRabbit
New Features
Bug Fixes
Chores