Commit Graph

21 Commits

Author SHA1 Message Date
renovate[bot]
93c8ffec22 chore(deps): roll back dependency node to 24 2026-04-09 20:18:04 +00:00
7d9d436b25 Updated release workflow
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m58s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-04-02 15:04:59 +01:00
59c0b50396 Merge branch 'main' of https://git.adcmnetworks.co.uk/alexander.lyall/computing-box.git
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m47s
2026-03-21 23:21:48 +00:00
c8b43a3f8f fix(release): exclude current tag from previous tag lookup and handle empty result
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m57s
- Exclude newly created tag from PREV_TAG detection to avoid self-referencing ranges
- Add fallback to prevent workflow failure when no previous tag exists
- Update Node version in workflow configuration

Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-21 22:50:21 +00:00
renovate[bot]
14c2dfdb20 chore(deps): update dependency node to v22.22.1
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 30s
2026-03-21 22:46:49 +00:00
68f1ed5d81 chore: add git-cliff configuration
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 33s
feat(release): implement incremental changelog and versioned release workflow

- Generate changelog from previous release tag to HEAD
- Replace full-history changelog with incremental git-cliff usage
- Add automatic version bump from date-based tag
- Commit and push version updates (package.json and lockfile)
- Refactor workflow order to align changelog, versioning, and build
- Improve Node setup and add version checks
- Introduce cliff.toml configuration for grouped changelog output
- Add generated version.json for runtime version display
- Update footer layout to include dynamic version and release link

Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-21 22:45:22 +00:00
renovate[bot]
29dd867bcb chore(deps): update actions/setup-node action to v6
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 42s
2026-03-21 22:17:06 +00:00
dba93b67fd Changed release action
Some checks are pending
Changelog + Release on main / changelog_and_release (push) Has started running
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-21 22:15:45 +00:00
5d23d0639e Added versioning information to footer of website. General updates to the release action
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 6m47s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-21 22:04:49 +00:00
ffab71cfcc Completed Wave 3 features:
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 27s
- [X] New User Interface (Responsive)
- [X] Two's Compliment Simulator
- [X] Extended Binary Simulator (Custom bit sizes)
- [X] Unified Binary Simulator (Unsigned & Two's Completment combined)
- [X] Extended Hexadecimal Simulator
- [X] Unified Hexadecimal Simulator (For GCSE & A Level Specification)
- [X] Enhanced Gate Simulator (Truth Table Creator)
- [X] Compound Gate Simulator
- [ ] Computer Components Simulator

Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-03-01 16:22:58 +00:00
da081e41e9 Merge branch 'main' of https://git.adcmnetworks.co.uk/alexander.lyall/computing-box.git into Version-2-Rebase
Some checks failed
Pre-release on non-main branches / prerelease (push) Failing after 20s
* 'main' of https://git.adcmnetworks.co.uk/alexander.lyall/computing-box.git:
  Update Astro to 5.16.6
  Merging of release and changelog workflows to reduce burden on git server load.
  Update .gitea/workflows/changelog.yml
  Update .gitea/workflows/changelog.yml
  Update .gitea/workflows/changelog.yml
  Update .gitea/workflows/changelog.yml
  Add .gitea/workflows/changelog.yml
  Update README.md
  Update README.md
  Update README.md
  Update LICENSE
  Update LICENSE
  Update LICENSE
2025-12-26 22:44:55 +00:00
ce92998667 Fixed exporter 2025-12-26 22:44:49 +00:00
da28b5767d Creation of release & pre-release workflows
Some checks failed
Pre-release on non-main branches / prerelease (push) Failing after 20s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2025-12-26 22:41:47 +00:00
13d15796cf Merging of release and changelog workflows to reduce burden on git server load.
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 20s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2025-12-26 22:20:43 +00:00
d9976c0a72 Update .gitea/workflows/changelog.yml
All checks were successful
Changelog / changelog (push) Successful in 38s
2025-12-25 17:24:27 +00:00
69420030a7 Update .gitea/workflows/changelog.yml
Some checks failed
Changelog / changelog (push) Failing after 43s
2025-12-25 17:14:59 +00:00
ff63d9d8f5 Update .gitea/workflows/changelog.yml
Some checks failed
Changelog / changelog (push) Failing after 38s
2025-12-25 17:13:46 +00:00
273586137d Update .gitea/workflows/changelog.yml
Some checks failed
Changelog / changelog (push) Failing after 39s
2025-12-25 17:03:47 +00:00
89b0f733b1 Add .gitea/workflows/changelog.yml
Some checks failed
Changelog / changelog (push) Failing after 1m10s
2025-12-25 16:57:58 +00:00
8ea5c870be revert 268a82f17c
revert ci(deploy): add Gitea Actions workflow for site publishing

- Add publish workflow to deploy main branch via SFTP
- Configure workflow dispatch and push-to-main triggers
- Use repository variables and secrets for SSH credentials
- Update README logo markup for consistent sizing

Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-12-14 16:18:42 +00:00
268a82f17c ci(deploy): add Gitea Actions workflow for site publishing
- Add publish workflow to deploy main branch via SFTP
- Configure workflow dispatch and push-to-main triggers
- Use repository variables and secrets for SSH credentials
- Update README logo markup for consistent sizing

Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-12-14 13:59:47 +00:00