{
  "plugins": {
    "@release-it/conventional-changelog": {
      "preset": "conventionalcommits"
    }
  },
  "github": {
    "release": true
  },
  "npm": {
    "publish": true
  }
} 