Skip to content

Commit 5899ae5

Browse files
committed
rdev: Commit rdev.toml too
1 parent cb56657 commit 5899ae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devtools/update_pyproject.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ def commit(self):
203203

204204
files.append(str(info.pyproject_toml))
205205

206+
# Add rdev.toml too
207+
files.append(str(self.ctx.cfgpath))
208+
206209
# Make a single useful commit with our changes
207210
msg = "Updated dependencies\n\n"
208211
msg += "- " + "\n- ".join(sorted(self.commit_changes))

0 commit comments

Comments
 (0)