octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deps: tools: add git-vertag

kamilsk opened this issue · comments

Motivation: it allows to extend the gorelease experience.

$  git-vertag get
v0.0.7
//go:build tools

package tools

import (
	_ "github.com/kyoh86/git-vertag"
)

//go:generate go install github.com/kyoh86/git-vertag