Create Verified Commit and Tag
Version updated for https://github.com/oWretch/create-verified-commits to version v1.1.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the creation of verified, signed commits and optional annotated tags using the GitHub GraphQL API. It simplifies file path management, allows committing only changed files, and supports creating commit-if-changed workflows without failing the run. The action is OS-agnostic and works seamlessly across Linux, macOS, and Windows runners.
What’s Changed
1.1.0 (2026-08-14)
Features
- adopt TypeScript 7 features and set up TS6/TS7 side-by-side toolchain (14a3441)