-
docs: add Update section for updating from source (#199)
Publish Container Image / Build and publish container image (push) Has been cancelled发布于
2026-06-10 11:37:22 +00:00 -
docs: add Update section for updating from source (#198)
-
docs: note build output and installer locations
-
Address review feedback
- Add
# or: bun installhint to the Update block in README.md and
docs/getting-started.md, matching the Bun note in the Install sections
(Claude + CodeRabbit). - Name the build commands explicitly in the getting-started.md follow-up
sentence (npm run build/npm run tauri:build) to match README wording
for readers who land on that page directly (Claude).
-
chore: bump geolibre Python package version to 1.0.0
-
docs: add CLAUDE.md with monorepo commands and architecture
-
Address review feedback
- Fix the tauri:build example:
--bundlesreplaces the default deb,rpm
selection rather than adding to it, so the example now lists all three
(deb,rpm,appimage) in README.md and docs/getting-started.md (Claude). - Clarify in the Update block that
npm run buildis a production-only step
and can be skipped when running the dev servers (Claude, multiple threads). - Use a
/path/to/GeoLibreplaceholder so thecdstep is unambiguous for
users already inside a parent directory (Claude). - Bump the Python package Trove classifier from "4 - Beta" to
"5 - Production/Stable" to match the 1.0.0 release (Claude).
- Address review feedback
- Drop the
npm run buildline from the Update code block and let the prose
govern it, so copy-pasting the block no longer runs an unwanted production
build (README.md and docs/getting-started.md) (Claude). - Clarify in CLAUDE.md that
npm run typecheckruns the full build and writes
to dist/, not a pure type-check (Claude).
下载附件
-