Skip to content

Choose a tag to compare

@Pheoxy Pheoxy released this 01 Jul 07:53
v1.0.2
a338cab

Summary

Themis v1.0.2 is a patch release for GitHub Marketplace publication metadata.

Changed

  • GitHub Action Marketplace display name changed from Themis to Themis PR Gate so it satisfies GitHub Marketplace's global action-name uniqueness requirement.
  • Stable GitHub Action examples now reference Pheoxy/themis@v1.0.2.
  • Documentation now explains why the Marketplace display name differs from the project name.

Verification

Completed before tagging:

nix flake check
nix run . -- release check
nix run . -- release audit --history --format markdown
nix run . -- self-check --repo . --base HEAD~1 --body-file examples/pr-body.md --evidence "nix flake check passed" --human --run-checks
git tag -v v1.0.2

Results:

  • nix flake check: pass
  • release check: pass
  • release audit --history: pass
  • self-check: pass
  • signed tag verification: pass

GitHub Action Smoke Test

Tag Release Workflow

Upgrade Notes

Use Pheoxy/themis@v1.0.2 in GitHub workflows for stable action pinning.

Marketplace Notes

Publish this release to the GitHub Marketplace using the display name Themis PR Gate.

Non-Guarantees

Themis is a pre-upstream readiness gate. Passing Themis or this release's checks does not certify code correctness, security, licensing, legal compliance, or upstream acceptance.

Links