devcontainer-env 0.4.0

Bridge devcontainers and the host environment — run host commands with devcontainer service environments and automatically rewrite container service URLs to host ports
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".": {
      "release-type": "rust",
      "include-v-in-tag": true,
      "include-v-in-release-name": true,
      "include-component-in-tag": false
    }
  }
}