Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"packages/docker-reverse-proxy": "0.0.1",
"packages/client-proxy": "0.0.1",
"packages/clickhouse": "0.0.1",
"packages/envd": "0.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove duplicate envd manifest version

The new packages/envd entry leaves this release manifest with two different envd versions (0.0.1 here and 0.6.13 below). The release workflow treats .release-please-manifest.json as the source of package versions before tagging, so the envd release state is now parser-dependent or can be rejected by tooling that checks for duplicate JSON keys, which can break or mis-version the next envd release. Please remove this added envd line and keep the existing 0.6.13 entry.

Useful? React with 👍 / 👎.

"packages/orchestrator": "0.0.1",
"packages/envd": "0.6.13",
"packages/orchestrator": "0.0.0",
"packages/api": "0.0.1",
"packages/dashboard-api": "0.0.0",
"packages/nomad-nodepool-apm": "0.0.1"
Expand Down
Loading