| name | changesets |
| description | with a focus on multi-package repositories WHEN: lint or format code. Triggers: use changesets, install changesets, how to use changesets, lint code. |
changesets
with a focus on multi-package repositories
When to Use
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install changesets
Basic Usage
Packages
This is a monorepo containing the following packages:
apply-release-plan
assemble-release-plan
changelog-git
changelog-github
cli
config
errors
get-dependents-graph
get-github-info
get-release-plan
- ... and 10 more
Project Info
- Language: TypeScript, JavaScript
- License: MIT
- Tests: Yes
File Structure
├── assets/
│ ├── images/
│ └── README.md
├── docs/
│ ├── adding-a-changeset.md
│ ├── automating-changesets.md
│ ├── checking-for-changesets.md
│ ├── command-line-options.md
│ ├── common-questions.md
│ ├── config-file-options.md
│ ├── decisions.md
│ ├── detailed-explanation.md
│ ├── dictionary.md
│ ├── experimental-options.md
│ ├── fixed-packages.md
│ ├── intro-to-using-changesets.md
│ ├── linked-packages.md
│ ├── modifying-changelog-format.md
│ ├── prereleases.md
│ ├── problems-publishing-in-monorepos.md
Generated by repo2skill