Skip to content

Commit c718ccd

Browse files
authored
infra: fix s/update-version to bump precommit version in readme (#891)
1 parent 1e5b9c0 commit c718ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s/update-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ main() {
3232
fastmod --accept-all '"version": ".*"' '"version": "'$NEW_VERSION'"' squawk-vscode/package.json
3333
fastmod --accept-all -m '(pname = "squawk";.*?)version = ".*?"' '${1}version = "'$NEW_VERSION'"' flake.nix
3434
fastmod --accept-all 'const SQUAWK_USER_AGENT: &str = "squawk/.*"' 'const SQUAWK_USER_AGENT: &str = "squawk/'$NEW_VERSION'"' crates/squawk_github/src/app.rs
35+
fastmod --accept-all 'rev: .*' 'rev: '$NEW_VERSION'' README.md
3536

3637
echo "Updating CHANGELOG.md..."
3738
CURRENT_DATE=$(date +"%Y-%m-%d")

0 commit comments

Comments
 (0)