File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ bun release -- 2.0.0
2121```
2222
2323That's it! The script will:
24- 1 . ✅ Update version in ` package.json ` and ` src-tauri/tauri.conf.json `
25- 2 . ✅ Show you the commits since the last release
26- 3 . ✅ Create a commit with the version changes
27- 4 . ✅ Create and push a git tag
28- 5 . ✅ Trigger GitHub Actions to build and release
24+ 1 . Update version in ` package.json ` and ` src-tauri/tauri.conf.json `
25+ 2 . Show you the commits since the last release
26+ 3 . Create a commit with the version changes
27+ 4 . Create and push a git tag
28+ 5 . Trigger GitHub Actions to build and release
2929
3030## What Happens After
3131
@@ -157,7 +157,7 @@ Before releasing:
157157
158158- [ ] All new features are tested
159159- [ ] Documentation is updated
160- - [ ] CHANGELOG reflects changes (optional)
160+ - [ ] CHANGELOG reflects changes
161161- [ ] No critical bugs in the current build
162162- [ ] All tests pass locally
163163- [ ] Working directory is clean
You can’t perform that action at this time.
0 commit comments