jsonresume / jsonresume.org

The mono repo that builds the homepage, utils, ui components, registry and anything else
https://jsonresume.org
66 stars 17 forks source link

feature: add changesets #41

Closed levino closed 8 months ago

levino commented 8 months ago

This PR introduces changesets which is recommended by turbo. I also gave the changeset bot access to the repo to help us make good changesets.

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: 808d4b97677e791907f32cbdf40cf776a4ffcdf6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

coderabbitai[bot] commented 8 months ago

Walkthrough

The project has introduced a new "Changesets" file with a welcome message and details about the @changesets/cli tool, aimed at helping users understand and engage with the project's change management process. Additionally, a configuration file has been added to define various parameters for the tool, such as schema version, changelog location, and update strategies, without altering any existing code functionality.

Changes

File Path Change Summary
.changeset/README.md Added a welcome message and information about @changesets/cli.
.changeset/config.json Added a configuration file for @changesets/cli with schema, changelog, and update strategy details.

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jsonresume-org-homepage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 30, 2023 10:02am
jsonresume-org-registry ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 30, 2023 10:02am
levino commented 8 months ago

I guess you did not come around to review since yesterday, but just to clarify in case there is a misunderstanding. Please formally review and possibly approve all of my PRs that you deem fit for merge, @thomasdavis. I can move them by overriding the safety, but would prefer to follow protocol if possible. Thank you. Other than that: Please take all the time you need, there is no urgency.