Commit graph

6 commits

Author SHA1 Message Date
Matt Sturgeon
2b2b1e6d8f ci: rename update-scriptsci
This changes how we think about this directory; it does not need to be
exclusively for scripts related to updates, but should be a place for
any scripts intended to be run by CI workflows.

This mindset should make it easier to develop and test the business
logic of workflows, without always needing to test "in production" on
the nixvim repo or a fork.
2025-06-15 21:23:58 +00:00
Matt Sturgeon
00524c7935 update-scripts/update: fix 'has changed' condition when not committing 2025-06-06 09:09:57 +00:00
Matt Sturgeon
743e777484 update-scripts/update: fix call to version-info
The binary is at `result/bin/version-info`, not `result` itself.
2025-06-06 09:09:57 +00:00
Matt Sturgeon
a95db128a6
update-scripts/version-info: convert to a script
This will allow us to do impure things if needed.
2025-06-03 10:29:20 +01:00
Matt Sturgeon
cd7a41c23c
update-scripts/update: write version-info during update 2025-05-22 21:27:21 +01:00
Matt Sturgeon
132c1611f6
update-scripts: move update logic from CI to dedicated script 2025-05-22 21:27:21 +01:00