Skip to content

Commit

Permalink
ci(is): use dash instead of slash in tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 14, 2025
1 parent 757d429 commit 945592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<PropertyGroup>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
<MinVerTagPrefix>is/</MinVerTagPrefix>
<MinVerTagPrefix>is-</MinVerTagPrefix>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
</Project>

0 comments on commit 945592f

Please sign in to comment.