Below you will find pages that utilize the taxonomy term “glitch452”
December 22, 2025
Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.7.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Branch Release” GitHub Action automates the process of releasing code by generating and publishing distribution files to a specified GitHub branch. It leverages Conventional Commits to determine version updates, automatically creates release notes, builds the project, and tags the release with semantic versioning.
December 21, 2025
Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.3.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Easy NPM Publish” GitHub Action automates the process of versioning, tagging, and publishing npm packages. It uses Conventional Commits to determine version updates (major, minor, or patch), updates git tags accordingly, and publishes the package to npm or compatible registries. This streamlines package management by eliminating manual updates, ensuring consistent versioning, and automating the release workflow.