Skip to content

Commit 4a2cb1e

Browse files
committed
chore: add Makefile and changelog script
1 parent 920e156 commit 4a2cb1e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
LDFLAGS += -s -w
2+
3+
build:
4+
go build -ldflags '$(LDFLAGS)'

make-changelog.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git log --pretty="* %s" --no-merges tags/$@..HEAD | grep -E "^\* feat:|^\* fix:" > changelog.md

0 commit comments

Comments
 (0)