Skip to content

Commit 947aed0

Browse files
committed
fix: update .gitignore to include /dist, remove binary md2notion and remove from v tagging name to follow semver
1 parent 4ffa6ec commit 947aed0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.so
99
*.dylib
1010

11+
/dist
1112
# Test binary, built with `go test -c`
1213
*.test
1314

dist/md2notion

-6.75 MB
Binary file not shown.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"release-type": "go",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
5-
"include-v-in-tag": true,
5+
"include-v-in-tag": false,
66
"changelog-sections": [
77
{"type": "feat", "section": "Features"},
88
{"type": "fix", "section": "Bug Fixes"},

0 commit comments

Comments
 (0)