Swiftpack.co - tahirmt/changelog-generator as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by tahirmt.
tahirmt/changelog-generator v4.3.5
A changelog generator for GitHub.
⭐️ 1
🕓 1 year ago
macOS
.package(url: "https://github.com/tahirmt/changelog-generator.git", from: "v4.3.5")

Change Log Generator

A swift package to generate change log for github repositories. The change log can be automatically stored into a file.

Usage:

You can use the precompiled executable changelog or ues make to create a new release. You can also use swift run changelog to run the script.

./changelog generate --repository AFNetworking/AFNetworking --type=complete --output=./CHANGELOG.md

It procuces an output similar to below

4.0.1

4.0.0

Action

When using the github action these are the inputs and outputs for the tool

Inputs

Input Default Description
token github.token The token used for github API
outputFile * The file to output to. If not provided only the action output is generated
since * The tag to generate the changelog since
sinceLatestRelease * true/false whether to generate since the latest release
complete * true/false whether to generate the complete changelog
nextTag * The next tag to bundle all the untagged pull requests into
filter * Filter regular expression to ignore all matching pull requests from the changelog
labels * Labels to group pull requests by
excludedLabels * Labels to exclude from the changelog
branch * The target branch for the changelog. When provided only pull requests merged into the branch are included
includeUntagged true true/false whether to include untagged pull requests in the changelog
verbose * true/false Whether to enable verbose logging. The verbose logs also become part of the outputs
use-compiled true true/false Whether to use the precompiled executable or not. This is never used for linux.

Outputs

Output Description
changelog The changelog generated during the run

Environment Variables

CHANGELOG_GENERATED_VALUE : Contains the changelog generated during run

GitHub

link
Stars: 1
Last commit: 21 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v4.3.5
1 year ago

"- #66: Create release v4.3.5 by github-actions[bot] - #65: Move the fetch log to verbose by tahirmt"

What's Changed

Full Changelog: https://github.com/tahirmt/changelog-generator/compare/v4...v4.3.5

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics