Skip to content

Changesets ignoring the skipCI config key #285

@jordan-simonovski

Description

@jordan-simonovski

Affected Packages

pkg:cli

Problem

Setting the config.json this way

{
  "$schema": "https://unpkg.com/@changesets/config@0.3.0/schema.json",
  "changelog": "@changesets/cli/changelog",
  "commit": true,
  "skipCI": false,
  "linked": [],
  "access": "restricted",
  "baseBranch": "master"
}

when changesets commits in CI, the comit message still contains skipCI

Proposed solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions