Skip to content

Commit

Permalink
chore: fixing release spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 1, 2024
1 parent b173c05 commit 5bcd0f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<ItemGroup>
<PackageReference Include="NuGetizer" PrivateAssets="all" />
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"precision": "revision"
},
"publicReleaseRefSpec": [
"^refs/heads/release$"
"^refs/heads/master$",
"^refs/heads/release/stable/\\d+\\.\\d+$"
]
}

0 comments on commit 5bcd0f3

Please sign in to comment.