Skip to content

Commit

Permalink
auto-release on any automatic dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Apr 25, 2024
1 parent 4907002 commit 37756a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
message=$(git log -1 --pretty=%B)
if [[ $message == *"chore(deps): update all dependencies"* ]]; then
if [[ $message == *"chore(deps)"* ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
else
echo "changed=false" >> "$GITHUB_OUTPUT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.2" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.1.2-beta.4.0.0.17" />
<!-- Bring your own assertion library for tests! -->
<!-- We're using Shouldly for this example, but you can use anything. -->
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down

0 comments on commit 37756a5

Please sign in to comment.