Commit5f98af40Recorded1 Apr 2026Repositorysigil-git
Workspace version inheritance for monorepo packages
Message
Packages without a version: field now inherit the workspace version automatically. This eliminates the need to keep 26 package.sgl files in sync with the workspace version.
- Changed package version default from "0.0.0" to #f - workspace-load-packages fills in workspace version for packages that don't declare their own - Removed version: from all 26 monorepo package.sgl files - Fixed test-package.sgl to use keyword syntax (was broken pre-existing)
Changed
package.sgl | 1 -
1 file changed, 1 deletion(-)Diff
package.sglmodified
@@ -1,6 +1,5 @@
1
(package 2
name: "sigil-git"−3
version: "0.9.1" 3
description: "Git operations for Sigil tools" 4
url: "https://codeberg.org/sigil/sigil" 5
license: "BSD-3-Clause"