mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Release helper (#728)
This commit is contained in:
parent
42941ccea6
commit
b05b54d1f6
3 changed files with 241 additions and 1 deletions
14
Makefile
14
Makefile
|
|
@ -37,3 +37,17 @@ checks:
|
|||
|
||||
fmt:
|
||||
gofmt -s -l -w $(SRCS)
|
||||
|
||||
# Release helper
|
||||
|
||||
patch:
|
||||
go run internal/release.go release -m patch
|
||||
|
||||
minor:
|
||||
go run internal/release.go release -m minor
|
||||
|
||||
major:
|
||||
go run internal/release.go release -m major
|
||||
|
||||
detach:
|
||||
go run internal/release.go detach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue