https://github.com/xmidt-org/gokeepachangelog
A simple golang library for working with changelogs that conform to https://keepachangelog.com.
https://github.com/xmidt-org/gokeepachangelog
Last synced: about 2 months ago
JSON representation
A simple golang library for working with changelogs that conform to https://keepachangelog.com.
- Host: GitHub
- URL: https://github.com/xmidt-org/gokeepachangelog
- Owner: xmidt-org
- License: apache-2.0
- Created: 2021-09-21T04:01:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T20:14:05.000Z (6 months ago)
- Last Synced: 2025-03-23T12:32:54.544Z (2 months ago)
- Language: Go
- Size: 104 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gokeepachangelog
Enabling you to do fun things with a changelog.
[](https://github.com/xmidt-org/gokeepachangelog/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/gokeepachangelog?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/gokeepachangelog)
[](https://sonarcloud.io/dashboard?id=xmidt-org_gokeepachangelog)
[](https://github.com/xmidt-org/gokeepachangelog/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/gokeepachangelog)## Summary
Keeping a changelog as https://keepachangelog.com suggests is a great way to
help communicate releases of software. This library processes that file into
a useful go structure that can be examined, updated and output.## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Details](#details)
- [Install](#install)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/docs/community/code_of_conduct/).
By participating, you agree to this Code.## Details
Add details here.
## Install
Add details here.
## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).