We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a4b3a commit 609867fCopy full SHA for 609867f
2 files changed
release-please-config.json
@@ -8,7 +8,7 @@
8
"changelog-path": "CHANGELOG.md",
9
"extra-files": [
10
{
11
- "type": "go",
+ "type": "generic",
12
"path": "sdk/go.mod"
13
}
14
]
sdk/go.mod
@@ -1,7 +1,4 @@
1
-// x-release-please-start-major
2
-module github.com/muhlba91/pulumi-proxmoxve/sdk/v7
3
-
4
-// x-release-please-end
+module github.com/muhlba91/pulumi-proxmoxve/sdk/v7 // x-release-please-major
5
6
go 1.25.8
7
0 commit comments