Automate manifest.json version updates during release #9

Merged
deluan merged 6 commits from claude/automate-manifest-versioning-MJ9WM into main 2026-02-07 18:17:09 -07:00
Showing only changes of commit ede7856bdb - Show all commits
+2 -1
View File
2
@@ -42,7 +42,8 @@ jobs:
run: go test -race ./...
- name: Update manifest.json version
run: sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json
run: |
sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json
- name: Commit, tag, and push
run: |