haply 1.3.1

Haply Robotics Client Library for the Inverse Service
Documentation
{
  "branches": ["main"],
  "plugins": [
    "@semantic-release/changelog",
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    [
      "semantic-release-cargo",
      {
        "publish": true,
        "check": false
      }
    ],
    [
      "@semantic-release/gitlab",
      {
        "gitlabUrl": "https://gitlab.com",
        "assets": ["CHANGELOG.md"]
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": ["Cargo.toml", "CHANGELOG.md"],
        "message": "🔖 Release ${nextRelease.version}\n\n${nextRelease.notes}"
      }
    ]
  ]
}