Skip to content

Commit 245cc34

Browse files
committed
chore(tooling): Use more robust tool for manifest version bumps
1 parent afd14d3 commit 245cc34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ QUE_TRANSFORM_PACKAGE_NAME
1111
QUE_DEVELOPER_MODE
1212
QUE_DIST_CHECKSUMS
1313

14-
1514
AM_COND_IF([DEVELOPER_MODE], [
15+
# Release tooling
16+
QUE_PROGVAR([cargosetversion], [cargo-set-version])
1617
QUE_PROGVAR([gitcliff], [git-cliff])
18+
QUE_PROGVAR([taplo])
1719
QUE_PROGVAR([typos], [typos])
1820
])
1921

0 commit comments

Comments
 (0)