ardalanamini/Auto Changelog

Automatic Changelog generator

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
preferred-apiThe preferred API to acquire the required information to generate the changelogyesGitHub
github-tokenGithub tokenyes${{ github.token }}
commit-typesCommit typesyesfeat: New Features fix: Bug Fixes build: Build System & Dependencies perf: Performance Improvements docs: Documentation test: Tests refactor: Refactors chore: Chores ci: CI style: Code Style revert: Reverts
default-commit-typeDefault commit type to be used when the commit message matches none of the defined typesyesOther Changes
release-nameRelease name (version)yes${{ github.ref_name }}
monorepo-detectorsMonorepo detection strategies used for package release tags. One or more of auto, pnpm, npm, yarn, lerna, nx.noauto
include-root-commitsInclude root-level commits in package changelogs. One of false, auto, all.nofalse
release-name-prefixRelease name (version) prefixno""
mention-authorsMention the author of each commityestrue
mention-new-contributorsMention new contributors at the bottom of the changelog (New Contributors)yestrue
include-compare-linkInclude GitHub compare at the bottom of the changelog (Full Changelog)yestrue
include-pr-linksInclude GitHub pull request links at each log if applicableyestrue
include-commit-linksInclude GitHub commit links at each logyestrue
semverEnable semver based version comparisonyestrue
use-github-autolinkUse GitHub Autolinkyestrue
namedescription
changelogThe generated changelogs
prereleaseIndicates whether it's a pre-release or not (if semver is set to true, otherwise this output will always return false)
release-idThe pre-release id in case of prerelease being true, latest otherwise (if semver is set to true, otherwise this output will always return latest)
package-nameThe selected monorepo package name when a package release tag is detected
package-pathThe selected monorepo package path when a package release tag is detected