{"id":37793742,"url":"https://github.com/l0nax/changelog-go","last_synced_at":"2026-01-16T15:18:43.106Z","repository":{"id":97650050,"uuid":"231408697","full_name":"l0nax/changelog-go","owner":"l0nax","description":"Changelog Management Tool written in Go || Mirror of https://gitlab.com/l0nax/changelog-go","archived":false,"fork":false,"pushed_at":"2025-01-08T08:39:28.000Z","size":729,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-17T07:42:25.340Z","etag":null,"topics":["changelog","changelog-formatter","changelog-generator","changelog-parser","colaboration","git","git-flow","git-workflow","golang","golang-tools"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l0nax.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-02T15:28:50.000Z","updated_at":"2025-02-07T01:58:48.000Z","dependencies_parsed_at":"2023-07-02T22:18:56.758Z","dependency_job_id":null,"html_url":"https://github.com/l0nax/changelog-go","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/l0nax/changelog-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l0nax%2Fchangelog-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l0nax%2Fchangelog-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l0nax%2Fchangelog-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l0nax%2Fchangelog-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l0nax","download_url":"https://codeload.github.com/l0nax/changelog-go/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l0nax%2Fchangelog-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changelog","changelog-formatter","changelog-generator","changelog-parser","colaboration","git","git-flow","git-workflow","golang","golang-tools"],"created_at":"2026-01-16T15:18:43.033Z","updated_at":"2026-01-16T15:18:43.093Z","avatar_url":"https://github.com/l0nax.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `changelog-go`\n\n[![changelog](https://snapcraft.io//changelog/badge.svg)](https://snapcraft.io/changelog)\n[![Go Report Card](https://goreportcard.com/badge/gitlab.com/l0nax/changelog-go)](https://goreportcard.com/report/gitlab.com/l0nax/changelog-go)\n[![Maintainability](https://api.codeclimate.com/v1/badges/49aa4776dd7cc094658b/maintainability)](https://codeclimate.com/github/l0nax/changelog-go/maintainability)\n\n\nA Changelog Management Tool written in Go which is compatible with Linux, Windows and Mac OS-X.\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/291463.svg)](https://asciinema.org/a/291463)\n\n## Motivation\n\nThink about that: You have a Project where you work with other 4-5 Peoples. How do you track changes so that they can\neasily added to a Changelog File?\n\nThis Tool helps you to keep track of you Changelog (and changes) and its fully\ncompatible with (eg.) the Git Flow. This Tool does **not** aim to replace Tools\nlike _Jira_ moreover, it extends it. Create Changelog Files easily with one\nCommand (`changelog release \u003cversion\u003e`).\n\nFeature branches can contain Changelog Entries and can be merged whenever you want!\nIt does not break the functionality.\n\n**And** this Tool does _not_ disturb any other Tool (eg IDE, CI/CD, Artifact, ...)\n\n## Features\n\n- seamless integration into your Workflow and CI/CD environment\n- works with Git, SVN, ... (every version control system)\n- highly customizable\n  * `CHANGELOG.md` output can be easily changed without writting any code\n  * for internal and OpenSource Projects\n- MIT license\n- wide range of supported (and pre-compiled) Operating Systems\n- keep track of changes made in your Project\n- generates a changelog exactly the way you want it\n- _free_ and _fast_ support\n\n\n## Installation\n\nThere are many possibilities to install this Application.\n\n### snap\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/changelog)\n\n```bash\n~] snap install changelog\n```\n\n### script\n\nYou can also install `changelog-go` via a shell script:\n```bash\n~] curl https://gitlab.com/l0nax/changelog-go/raw/master/install.sh | bash\n```\n\n### Homebrew\n\n```bash\nbrew tap l0nax/changelog-go https://gitlab.com/l0nax/changelog-go\nbrew install changelog-go\n```\n\n### RPM/ Deb\n\n```bash\n### (1) download the file from https://gitlab.com/l0nax/changelog-go/-/releases\n\n### (2) install it via\n~] rpm -iv PATH/TO/FILE\n# or\n~] dep -iv PATH/TO/FILE\n```\n\n### binary\n\n1. Download the binary file from the [Release Page](https://gitlab.com/l0nax/changelog-go/-/releases)\n2. Add the Path to the binary to your `$PATH` environment variable\n\n\n## Usage\n\n_NOTE: You don't have to be at the root path (eg. where your `.git` relies) to\ngenerate/ create a Changelog(-Entry)_\n\n### Initialize directory\n\n1. Run `changelog init` and edit the config file (`.changelog-go.toml`)\n\n### Create a new change entry\n\n1. Run `changelog new \"\u003ctitle\u003e\"` and then choose from the list which category\nis the best fit.\n2. Add and commit the new Changelog File\n\nExample:\n```bash\n## (1) create changelog entry\n~] changelog new \"Fix 'go pos'-Parser Bug\"\nUsing config file: /root/.go/src/gitlab.com/l0nax/test/.changelog-go.toml\n[0] New Feature          (Added)\n[1] Bug Fix              (Fixed)\n[2] Feature change       (Changed)\n[3] New deprecation      (Deprecated)\n[4] Feature removal      (Removed)\n[5] Security fix         (Security)\n[6] Other                (Other)\n\u003e\u003e 1\n\n## (2) add and commit changelog Entry\n~] git add .changelogs/unreleased/bugfix_P71128-114_bug-in-go-to-parser-gnAfCUyu\n~] git commit -m \"Add changelog entry\"\n\n## (3) push/ merge your changes or create (ie.) a Pull-Request\n```\n\n### Release a new version\n\nReleasing a new Version is as simple as creating a new changelog entry:\n\n1. Run `changelog release \u003cversion\u003e`\n2. Add and Commit the new `CHANGELOG.md` and changed files under `.changelogs`\n\nExample:\n```bash\n## (1) generate new changelog\n~] changelog release 2.0.0\n\n## (2) commit CHANGELOG.md and `.changelogs`\n~] git add .changelogs CHANGELOG.md\n~] git commit -m \"Generating new CHANGELOG.md\"\n\n## (3) push/ merge your changes or create (ie.) a Pull-Request\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl0nax%2Fchangelog-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl0nax%2Fchangelog-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl0nax%2Fchangelog-go/lists"}