Socket
Book a DemoInstallSign in
Socket

@outfitter/changeset-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outfitter/changeset-config

> Shared changesets configuration for consistent release management across > Outfitter projects

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@outfitter/changeset-config

Shared changesets configuration for consistent release management across Outfitter projects

Installation

npm install --save-dev @outfitter/changeset-config
# or
pnpm add -D @outfitter/changeset-config

Usage

Reference this package in your project's .changeset/config.json:

{
  "extends": "@outfitter/changeset-config/config"
}

Or copy the configuration directly:

{
  "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
  "changelog": "@changesets/cli/changelog",
  "commit": false,
  "fixed": [],
  "linked": [],
  "access": "public",
  "baseBranch": "main",
  "updateInternalDependencies": "patch",
  "ignore": []
}

Configuration Details

Key Settings

  • changelog: Uses the default changesets changelog generator
  • commit: Set to false - commits are handled separately
  • access: Set to public for npm publishing
  • baseBranch: Uses main as the base branch
  • updateInternalDependencies: Set to patch for internal dependency updates

Working with Changesets

# Create a new changeset
pnpm changeset

# Version packages based on changesets
pnpm changeset:version

# Publish packages
pnpm changeset:publish

Why Use This?

  • Consistency: All Outfitter projects use the same release workflow
  • Simplicity: Pre-configured for common use cases
  • Flexibility: Can be extended or overridden as needed

Development

This package is part of the @outfitter/monorepo monorepo.

See the Development Guide for instructions on building, testing, and contributing to this package.

License

MIT

FAQs

Package last updated on 18 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.