https://github.com/containers/release-notes
https://github.com/containers/release-notes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/containers/release-notes
- Owner: containers
- License: apache-2.0
- Created: 2022-06-09T15:35:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T15:18:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T17:42:17.816Z (6 months ago)
- Language: Shell
- Size: 83 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains tools for generating release notes for
projects in the github containers organization.The tool is invoked as:
$ bin/make-release-notes REPO BRANCHTAG [BRANCHTAG...]
e.g.,
$ bin/make-release-notes podman v4.1 main
It will fetch the kubernetes release-notes tool (which is HUGE, >4G)
into the `.go` subdirectory, then check out the given REPO, identify
the start and end commits for each branch, and run the tool. Output
will be written to the file REPO/BRANCHTAG.md and git-committed.To generate HTML:
$ pandoc -f gfm -o podman/main.html podman/main.md