Layer 0: Update release packaging for built artifacts #346
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#346
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Layer: 0 — Build Infrastructure
Parent: #343
Problem
Current release packaging (
scripts/package-release.sh) ships rawcore/**/*.scalasource files. With the new build architecture, we need to ship pre-built jars instead.Solution
package-release.shto:iw-core.jarfrom core sourceiw-dashboard.jarvia Mill (with bundled Vite assets)build/directory of the tarballcore/source for development/hook compilation scenarios (or decide to drop it)iw-bootstrapto handle the new tarball structureRelease tarball structure
Dependencies
Completed — merged in PR #373.