Skip to content

Commit

Permalink
Upgrade disperse config (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer authored Nov 1, 2024
2 parents 10835e2 + 17a1f6f commit e0e4a6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
19 changes: 0 additions & 19 deletions disperse.conf

This file was deleted.

17 changes: 17 additions & 0 deletions disperse.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tag-name = "dulwich-$VERSION"
news-file = "NEWS"
verify-command = "make check"
twine-upload = false
tarball-location = []
release-timeout = 5
ci-timeout = 7200

[[update_version]]
path = "dulwich/__init__.py"
match = "^__version__ = ((.*))$"
new-line = "__version__ = $TUPLED_VERSION"

[[update_version]]
path = "Cargo.toml"
match = '^version = "(.*)"$'
new-line = 'version = "$VERSION"'

0 comments on commit e0e4a6b

Please sign in to comment.