Sharkey/scripts
dakkar 872258b04c embed git commit info in nodeinfo&c
this will make it much easier to debug problems for instances that run
unreleased versions!

when run on a tagged commit, `git describe --tags` prints the tag name;
otherwise it prints something like `2025.4.3-32-ga4c0ef824c` which
means:

- the closest tag is 2025.4.3
- there are 32 commits between that tag and this commit
- this commit's id is `a4c0ef824c` (the `g` is just a prefix)

notice that the version as reported by the frontend (in
`/about-sharkey` for example) is _not_ changed, that one is still
sourced from `/package.json` (so, for example, you don't get a
"sharkey has been updated!" pop-up every time)
2025-06-25 22:15:06 +01:00
..
changelog-checker chore(deps): update [tools] update dependencies (#15810) 2025-04-28 09:31:34 +09:00
build-assets.mjs merge upstream 2025-03-25 16:14:53 -04:00
build-pre.js embed git commit info in nodeinfo&c 2025-06-25 22:15:06 +01:00
clean-all.js Merge remote-tracking branch 'misskey/master' into feature/2024.9.0 2024-10-09 15:17:22 +01:00
clean.js Merge remote-tracking branch 'misskey/master' into feature/2024.9.0 2024-10-09 15:17:22 +01:00
dev.mjs fix local dev errors caused by missing reversi / bubble game builds 2025-02-06 12:57:10 -05:00
tarball.mjs merge upstream 2025-03-25 16:14:53 -04:00
trim-deps.mjs add copyright text to all our files 2024-06-15 11:36:55 +01:00