Commit 321c536
committed
Add build + release GitHub Actions workflows (Phase 6 part 1)
build.yml: npm ci -> gulp lint -> gulp bundle -> upload-artifact
on every push to main and every PR. Reviewers get a one-click
download of a working bundle to preview against any consumer
site without needing a release tag.
release.yml: on every v* tag push, npm ci -> gulp bundle ->
softprops/action-gh-release@v2 with generate_release_notes
+ fail_on_unmatched_files. Auto-publishes build/ui-bundle.zip
to the GitHub release for that tag. workflow_dispatch is
enabled so we can manually republish if the asset upload
fails for infrastructure reasons.
Consumers reference the bundle via:
https://github.com/SKaiNET-developers/skainet-docs-ui/releases/download/v1.0.0/ui-bundle.zip
https://github.com/SKaiNET-developers/skainet-docs-ui/releases/latest/download/ui-bundle.zip
Phase 6 part 1 of 2. Part 2 creates the GitHub repo, pushes
all five Phase commits, tags v1.0.0 to trigger the first
release, and opens consumer PRs against mainline SKaiNET
+ SKaiNET-transformers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c872384 commit 321c536
2 files changed
Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments