gomod-parser2 0.4.2

Simple go.mod parser
Documentation
{
  "packages": {
    ".": {
      "release-type": "rust",
      "include-component-in-tag": false,
      "prerelease": false,
      "bump-minor-pre-major": true,
      "bump-patch-for-minor-pre-major": true,
      "extra-files": ["README.md"],
      "changelog-sections": [
        {
          "type": "fix",
          "section": "๐Ÿ› Bug Fixes"
        },
        {
          "type": "feat",
          "section": "โœจ New Features"
        },
        {
          "type": "chore",
          "hidden": true,
          "section": "๐Ÿงน Chore"
        },
        {
          "type": "docs",
          "section": "๐Ÿ“š Documentation"
        },
        {
          "type": "perf",
          "section": "๐Ÿš€ Performance"
        },
        {
          "type": "build",
          "hidden": true,
          "section": "๐Ÿ› ๏ธ Build"
        },
        {
          "type": "deps",
          "section": "๐Ÿ“ฆ Dependencies"
        },
        {
          "type": "ci",
          "hidden": true,
          "section": "๐Ÿšฆ CI"
        },
        {
          "type": "refactor",
          "section": "๐Ÿ”„ Refactoring"
        },
        {
          "type": "revert",
          "section": "๐Ÿ”™ Reverts"
        },
        {
          "type": "style",
          "hidden": true,
          "section": "๐ŸŽจ Styling"
        },
        {
          "type": "test",
          "hidden": true,
          "section": "๐Ÿงช Tests"
        }
      ]
    }
  },
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}