2.3.0 • Published 9 months ago

@softnetics/linear-changeset-cli v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@softnetics/linear-changeset-cli

This project integrates Linear issues and changesets together, providing a seamless workflow for managing changes in your project. It allows you to create changesets directly from Linear issues, making it easier to track and document changes across your codebase.

Before using this tool, make sure you have changesets set up in your project. If you haven't already, follow the changesets documentation to install and configure changesets for your repository.

Once you have changesets set up, you can use this CLI tool to create changesets based on Linear issues, linking your project management and version control processes more tightly.

Getting Started

Install the package

for monorepo

pnpm add -Dw @softnetics/linear-changeset-cli

otherwise

pnpm add -D @softnetics/linear-changeset-cli

Add your first changeset from linear issue by running the following command

pnpm lic
# or
pnpm linear-changeset

and following the prompts that you are presented with.