Skip to content

Commit a3e559c

Browse files
remove bumpver pre-/post-commit hooks (#102)
1 parent 360e26f commit a3e559c

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

.bin/bumpver-post.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

.bin/bumpver-pre.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
7878
commit = true
7979
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
8080
current_version = "5.1.0-alpha.2"
81-
post_commit_hook = ".bin/bumpver-post.sh"
82-
pre_commit_hook = ".bin/bumpver-pre.sh"
8381
push = false
8482
tag = false
8583
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

0 commit comments

Comments
 (0)