Below you will find pages that utilize the taxonomy term “Jelmore1674”
April 30, 2026
Build Changelog Action
Version updated for https://github.com/jelmore1674/build-changelog to version v2.0.0.
This action is used across all versions by 4 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The build-changelog GitHub Action automates the process of managing and generating changelogs by allowing contributors to add individual change files in YAML or TOML format. It consolidates these files into a well-structured changelog, adhering to semantic versioning and standardized change categories like “added,” “changed,” and “fixed.” This tool streamlines release management by reducing manual effort and ensuring consistent formatting for changelogs.
April 30, 2026
release-semver-action
Version updated for https://github.com/jelmore1674/release-semver-action to version v2.0.0.
This action is used across all versions by 3 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 process of creating and managing releases with semantic versioning. It determines the latest release, increments the version number based on the specified release type (e.g., major, minor, patch), updates relevant files (e.g., changelog, package.json), and generates release notes. This action simplifies version control, ensures consistent versioning practices, and reduces manual effort in maintaining releases.