{
  "resources": [
    {
      "path": "package.json",
      "type": "json",
      "params": {
        "property": "version"
      }
    },
    {
      "path": "CHANGELOG.md",
      "type": "keep-a-changelog"
    },
    {
      "path": ".github/workflows/publish-workflow.yaml",
      "type": "yaml",
      "params": {
        "property": "jobs.build.steps[0].with.ref",
        "post_release_value": "master"
      }
    }
  ]
}
