https://github.com/oda2/git-changelog
Git Project changelog Generator: Create changelog effortlessly without the need for additional tools.
https://github.com/oda2/git-changelog
Last synced: 8 months ago
JSON representation
Git Project changelog Generator: Create changelog effortlessly without the need for additional tools.
- Host: GitHub
- URL: https://github.com/oda2/git-changelog
- Owner: Oda2
- License: mit
- Created: 2023-06-21T23:12:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T23:39:05.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T03:51:03.730Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GIT-Changelog
> GIT Project Changelog Generator: Create change logs effortlessly without the need for additional tools.
[](LICENSE-MIT)
# About
This Rust-written CLI assists projects in generating a changelog without the need to install additional tools or create scripts with direct dependencies on the project. The idea behind this simple CLI is to effortlessly generate the project's changelog, integrate it into a pipeline, and include it in the generated artifacts. This CLI was originally designed for use in Gitlab, where there are no additional tools available for generating changelogs. You can publish the output of this script on GitLab Pages (or GitHub Pages).
## License
Licensed under [MIT](https://github.com/Oda2/git-changelog/blob/master/LICENSE)