We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8cfdc0 + 55a71ce commit 3ff15b2Copy full SHA for 3ff15b2
1 file changed
.github/scripts/update-readme-version.js
@@ -1,6 +1,4 @@
1
import { readFileSync, writeFileSync } from 'fs';
2
-import { dirname } from 'path';
3
-import { fileURLToPath } from 'url';
4
5
// Read Nargo.toml
6
const nargoContent = readFileSync('Nargo.toml', 'utf8');
@@ -24,4 +22,4 @@ const updatedContent = readmeContent.replace(
24
22
25
23
// Write back to README
26
writeFileSync(readmePath, updatedContent);
27
-console.log(`Updated README.md with version ${version}`);
+console.log(`Updated README.md with version ${version}`);
0 commit comments