Skip to content

invopop/tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag

Magefile support for tagging and releasing at Invopop.

Usage

Example mage.go file:

//go:build mage
// +build mage

package main

import (
	"github.com/invopop/tag"
)

// Release a new version based on the current branch and timestamp.
func Release() error {
	return tag.Release()
}

About

Magefile support for tagging and releasing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages