Below you will find pages that utilize the taxonomy term “Theory”
August 25, 2026
Extract Changelog Release Notes
Version updated for https://github.com/theory/changelog-version-notes-action to version v0.1.4.
This action is used across all versions by 16 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action extracts release notes from a CHANGELOG.md file based on a specified version. It automates the process of generating concise release notes for a given tag, which can be particularly useful for creating GitHub releases. The action uses a Perl script to search for version headers and extract subsequent changes until the next version header is encountered.
August 3, 2026
List Go Platforms
Version updated for https://github.com/theory/go-dist-action to version v0.1.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action generates a JSON array of Go-supported platform objects, allowing for the exclusion of specific OSes and architectures. It adds an OS-relevant emoji and GitHub runner to each object. The output can be used to automate tasks involving building or testing across different platforms.