diff --git a/.gitignore b/.gitignore index aaadf73..c8474e8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.so *.dylib +/dist # Test binary, built with `go test -c` *.test diff --git a/dist/md2notion b/dist/md2notion deleted file mode 100755 index a75b1d5..0000000 Binary files a/dist/md2notion and /dev/null differ diff --git a/release-please-config.json b/release-please-config.json index a2d804b..6e5fb5a 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,7 +2,7 @@ "release-type": "go", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "include-v-in-tag": true, + "include-v-in-tag": false, "changelog-sections": [ {"type": "feat", "section": "Features"}, {"type": "fix", "section": "Bug Fixes"},