Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Requires ummat backend migration 0042 to be applied (included in ummat v0.1.0 re

## Tag command
```
git -C /Volumes/X9/Sites/ummeco/islamwiki tag v0.1.0 && git -C /Volumes/X9/Sites/ummeco/islamwiki push origin v0.1.0
git -C /Volumes/UG/Sites/ummeco/islamwiki tag v0.1.0 && git -C /Volumes/UG/Sites/ummeco/islamwiki push origin v0.1.0
```

## gh release create command
```
gh release create v0.1.0 \
--repo ummeco/islamwiki \
--title "islamwiki v0.1.0" \
--notes-file /Volumes/X9/Sites/ummeco/islamwiki/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md
--notes-file /Volumes/UG/Sites/ummeco/islamwiki/.github/wiki/releases/release-islamwiki-v0.1.0-2026-04-27.md
```
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-axe.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# axe-core CI — reusable workflow (local copy)
# Sprint B9 DR-B9-A11Y-01 | Ticket TB9-17
# Source: /Volumes/X9/Sites/ummeco/.github/workflows/axe-ci-reusable.yml
# Source: /Volumes/UG/Sites/ummeco/.github/workflows/axe-ci-reusable.yml
# Keep in sync with the monorepo-root version.

name: axe-core CI (reusable)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lighthouse CI — reusable workflow (local copy)
# Sprint B9 DR-B9-PERF-01 | Ticket TB9-17
# Source: /Volumes/X9/Sites/ummeco/.github/workflows/lighthouse-ci-reusable.yml
# Source: /Volumes/UG/Sites/ummeco/.github/workflows/lighthouse-ci-reusable.yml
# Keep in sync with the monorepo-root version.

name: Lighthouse CI (reusable)
Expand Down
Loading