Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elastic/elastic-agent-changelog-tool
Tooling to manage the changelog for beats, Elastic Agent and Fleet Server
https://github.com/elastic/elastic-agent-changelog-tool
cd changelog changelog-generator ci devops devops-tools go golang release-automation
Last synced: 4 months ago
JSON representation
Tooling to manage the changelog for beats, Elastic Agent and Fleet Server
- Host: GitHub
- URL: https://github.com/elastic/elastic-agent-changelog-tool
- Owner: elastic
- License: other
- Created: 2021-11-01T17:43:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T23:25:44.000Z (5 months ago)
- Last Synced: 2024-09-27T15:23:31.184Z (4 months ago)
- Topics: cd, changelog, changelog-generator, ci, devops, devops-tools, go, golang, release-automation
- Language: Go
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 33
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/0.1.0.yaml
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# elastic-agent-changelog-tool
Tooling to manage the changelog for beats, Elastic Agent and Fleet Server[CI activity](https://fleet-ci.elastic.co/blue/organizations/jenkins/elastic-agent-changelog-tool-mbp/activity)
## Requirements
`git` CLI should be installed and available.
[`go-licenser`](https://github.com/elastic/go-licenser) CLI should be installed and available.## Usage
Install following one of the methods provided in [docs/install.md].
To get started look into [docs/getting-started.md]
Look at [docs/usage.md] for detailed usage guidelines.
Look into [docs/concepts.md] for overall concepts behind how it works and [docs/glossary.md] for details about terms used in this project.
[docs/install.md]: ./docs/install.md
[docs/getting-started.md]: ./docs/getting-started.md
[docs/usage.md]: ./docs/usage.md
[docs/concepts.md]: ./docs/concepts.md
[docs/glossary.md]: ./docs/glossary.md## Contributing
Thinking of contributing? Thank you! Look at [`./CONTRIBUTING.md`](./CONTRIBUTING.md) for guidelines.