Add mage files for changelog

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2022-11-11 09:23:19 -05:00 committed by James Strong
parent c015c628b5
commit 71e9bdcb68
Failed to extract signature
21 changed files with 1650 additions and 21 deletions

13
magefiles/mage.go Normal file
View file

@ -0,0 +1,13 @@
//go:build ignore
// +build ignore
package main
import (
"github.com/magefile/mage/mage"
"os"
)
func main() {
os.Exit(mage.Main())
}