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