18300: add the initial version of `art`, the Arvados Release Tool. It
authorWard Vandewege <ward@curii.com>
Fri, 12 Nov 2021 20:59:46 +0000 (15:59 -0500)
committerWard Vandewege <ward@curii.com>
Fri, 12 Nov 2021 21:55:06 +0000 (16:55 -0500)
commit96f272678908e3cba4466d924921e5037675ba94
treea0b0c5e4921cb5cfe19483ab0b65ab869da6ae4e
parent6479456f82246a014511d634d0bff4a30b94bcc6
18300: add the initial version of `art`, the Arvados Release Tool. It
       can associate redmine tickets with a redmine release, based on a
       git commit history range.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
.licenseignore
cmd/art/README.md [new file with mode: 0644]
cmd/art/cmd.go [new file with mode: 0644]
cmd/art/redmine.go [new file with mode: 0644]
cmd/art/root.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
lib/redmine/issues.go [new file with mode: 0644]
lib/redmine/redmine.go [new file with mode: 0644]