No description
  • Shell 90.5%
  • Makefile 9.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Ed Santiago 1794ea4842 Oops. Dumb off-by-one in arg check
Signed-off-by: Ed Santiago <santiago@redhat.com>
2022-07-19 09:18:26 -06:00
bin Oops. Dumb off-by-one in arg check 2022-07-19 09:18:26 -06:00
buildah Update release notes: buildah main 2022-07-18 12:40:50 -06:00
podman Update release notes: podman main 2022-07-18 12:39:05 -06:00
skopeo Initial release notes: skopeo main 2022-06-02 09:29:41 -06:00
.cirrus.yml Add .cirrus.yml 2022-06-09 09:45:06 -06:00
.gitignore Initial checkin: tool to manage release notes 2022-06-02 09:29:41 -06:00
LICENSE Initial commit 2022-06-02 09:28:44 -06:00
Makefile add Makefile 2022-06-14 14:11:22 -06:00
README.md Initial checkin: tool to manage release notes 2022-06-02 09:29:41 -06:00

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