All Projects → antham → Chyle

antham / Chyle

Licence: mit
Changelog generator : use a git repository and various data sources and publish the result on external services

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Chyle

generate-changelog
generates changelog from git based on jira tickets
Stars: ✭ 18 (-86.86%)
Mutual labels:  jira, changelog, release
Git Changelog Lib
Library for parsing and generating a changelog, or releasenotes, from a GIT repository
Stars: ✭ 117 (-14.6%)
Mutual labels:  jira, release, changelog
Gh Release
Create a github release for a node package.
Stars: ✭ 132 (-3.65%)
Mutual labels:  release, changelog
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+3383.94%)
Mutual labels:  release, changelog
Github Release Notes
Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
Stars: ✭ 705 (+414.6%)
Mutual labels:  release, changelog
Cli
🆑📍 Setup automated semver compliant package publishing
Stars: ✭ 272 (+98.54%)
Mutual labels:  release, changelog
Releaser Tools
Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.
Stars: ✭ 283 (+106.57%)
Mutual labels:  release, changelog
Standard Version
🏆 Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
Stars: ✭ 5,806 (+4137.96%)
Mutual labels:  release, changelog
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (-89.05%)
Mutual labels:  changelog, release
Git Changelog
Automatic Changelog generator using Jinja2 templates.
Stars: ✭ 30 (-78.1%)
Mutual labels:  generator, changelog
Fugitive
Simple command line tool to make git more intuitive, along with useful GitHub addons.
Stars: ✭ 20 (-85.4%)
Mutual labels:  release, changelog
Auto
Generate releases based on semantic version labels on pull requests.
Stars: ✭ 1,120 (+717.52%)
Mutual labels:  jira, release
change
A simple tool that automates generating and updating a changelog
Stars: ✭ 47 (-65.69%)
Mutual labels:  changelog, release
git-conventional-commits
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Stars: ✭ 58 (-57.66%)
Mutual labels:  generator, changelog
Bump
Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
Stars: ✭ 327 (+138.69%)
Mutual labels:  release, changelog
Keep A Changelog
If you build software, keep a changelog.
Stars: ✭ 5,065 (+3597.08%)
Mutual labels:  release, changelog
keep-changelog-maven-plugin
Maven plugin to help creating CHANGELOG by keeping one format and solving merge request conflicts problem by extraction of new CHANGELOG entries to seperate files.
Stars: ✭ 22 (-83.94%)
Mutual labels:  changelog, release
git-changelog-maven-plugin
Maven plugin that can generate a changelog, or releasenotes, from git repository
Stars: ✭ 52 (-62.04%)
Mutual labels:  jira, changelog
Github Changelog Generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Stars: ✭ 6,631 (+4740.15%)
Mutual labels:  generator, changelog
Git Chglog
CHANGELOG generator implemented in Go (Golang).
Stars: ✭ 1,895 (+1283.21%)
Mutual labels:  changelog, jira

chyle

CircleCI codecov codebeat badge Go Report Card GolangCI GoDoc GitHub tag

Chyle produces a changelog from a git repository.

asciicast



Usage

Create a changelog from your commit history

Usage:
  chyle [command]

Available Commands:
  config      Configuration prompt
  create      Create a new changelog
  help        Help about any command

Flags:
      --debug   enable debugging
  -h, --help    help for chyle

Use "chyle [command] --help" for more information about a command.

config

Run a serie of prompt to help generate quickly and easily a configuration.

create

Generate changelog.

How it works ?

Chyle fetch a range of commits using given criterias from a git repository. From those commits you can extract relevant datas from commit message, author, and so on, and add it to original payload. You can afterwards if needed, enrich your payload with various useful datas contacting external apps (shell command, apis, ....) and finally, you can publish what you harvested (to an external api, stdout, ....). You can mix all steps together, avoid some, combine some, it's up to you.

Setup

Download from release page according to your architecture chyle binary : https://github.com/antham/chyle/releases

Look at the documentation and examples, run chyle config to launch the configuration prompt.

Documentation and examples

Have a look to the wiki of this project.

Contribute

If you want to add a new feature to chyle project, the best way is to open a ticket first to know exactly how to implement your changes in code.

Setup

After cloning the repository you need to install vendors with go mod vendor To test your changes locally you can run go tests with : make test-all

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].