feat: update documentation and agents instructions

This commit is contained in:
Bohdan Triapitsyn
2025-12-15 15:31:54 +02:00
parent 71178e6ba2
commit 42e25d03f3
3 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -60,6 +60,6 @@ console.log(` ${CARGO_TOML}: ${oldCargoVersion} -> ${newVersion}`);
console.log(`\nVersion bumped to ${newVersion}`);
console.log('\nNext steps:');
console.log(` git add -A`);
console.log(` git commit -m "chore: release v${newVersion}"`);
console.log(` git commit -m "release v${newVersion}"`);
console.log(` git tag v${newVersion}`);
console.log(` git push origin main --tags`);