Skip to content

Release v0.2.0: Promote test to main#9

Merged
Its-donkey merged 4 commits intomainfrom
test
Jan 27, 2026
Merged

Release v0.2.0: Promote test to main#9
Its-donkey merged 4 commits intomainfrom
test

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 27, 2026

Summary

Automated promotion of test branch to main.

Version: v0.2.0
Release type: minor

Test plan

  • All tests pass on test branch
  • Review changes before merging

🤖 Generated with GitHub Actions

- Use t.Fatal instead of t.Error for nil check in deps_test.go to prevent nil dereference
- Fix Yoda condition in cli_test.go (capacity == 3 instead of 3 == capacity)
- Declare size variable separately in cache_test.go to avoid unused value warning
Add GPG key import step to sign commits, fixing branch protection rule
violations for signed commit requirements on the test branch.

Requires two repository secrets:
- GPG_PRIVATE_KEY: Your GPG private key (armored)
- GPG_PASSPHRASE: Passphrase for the GPG key
@github-actions github-actions bot closed this Jan 27, 2026
@github-actions github-actions bot reopened this Jan 27, 2026
@Its-donkey Its-donkey closed this Jan 27, 2026
@Its-donkey Its-donkey reopened this Jan 27, 2026
@github-actions
Copy link
Contributor Author

Mutation Testing

Mutation testing completed.

📎 Download the HTML report from the workflow artifacts for detailed results.

@Its-donkey Its-donkey merged commit a18af02 into main Jan 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant