Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
c015c628b5
commit
71e9bdcb68
21 changed files with 1650 additions and 21 deletions
13
magefiles/mage.go
Normal file
13
magefiles/mage.go
Normal 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())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue