sr: fix (possibly) botched globbing
This commit is contained in:
+3
-2
@@ -77,7 +77,7 @@ runs:
|
||||
"changelogTitle": "# Changelog"
|
||||
}],
|
||||
["semantic-release-dotnet", {
|
||||
"paths": ["src/*.fsproj", "src/*/**.fsproj"]
|
||||
"paths": ["src/*.fsproj", "src/*/*.fsproj", "src/*/*/*.fsproj" ]
|
||||
}],
|
||||
["@semantic-release/exec", {
|
||||
"generateNotesCmd": "echo ${nextRelease.version} > VERSION"
|
||||
@@ -88,7 +88,8 @@ runs:
|
||||
"RELEASE_NOTES.md",
|
||||
"VERSION",
|
||||
"src/*.fsproj",
|
||||
"src/*/**.fsproj"
|
||||
"src/*/*.fsproj"
|
||||
"src/*/*/*.fsproj"
|
||||
]
|
||||
}],
|
||||
["@markwylde/semantic-release-gitea", {
|
||||
|
||||
Reference in New Issue
Block a user