Skip to content

lokicoule-stack/changesets-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lokicoule Changesets Configuration

Experimental Changesets configuration for custom commit message generation.

Installation

pnpm add -D @lokiverse/changesets-config

Usage

Update your .changeset/config.json:

{
  "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
  "changelog": "@changesets/cli/changelog",
  "commit": ["@lokiverse/changesets-config", { "customOption": true }],
  "linked": [],
  "access": "public",
  "baseBranch": "main",
  "updateInternalDependencies": "patch",
  "ignore": []
}

Package Configuration

This package is configured as a CommonJS-only package because Changesets doesn't support ESM for commit message generators. This is reflected in the package.json:

"exports": {
  ".": {
    "require": "./src/index.js"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published