unison/scripts
Arya Irani 34e14899c4
commit-ish doesn't include tags today
gh release --target only accepts a branch ref or a FULL sha hash, it doesn't accept tag names, which surprised us

we tried writing a version where we just supply a sha hash instead of creating a tag and then passing the tag name to the workflow, but workflows can't be run on a sha hash, they can only be run on tags and branches.

so we reverted to the original strategy of creating a tag locally and pushing it, and then starting the workflow with that tag, but then not referencing the tag for gh release, hoping that `${{github.sha}}` will work instead.
2024-05-15 18:07:42 -04:00
..
check.sh deprecate cd, up; add find-in (#4883) 2024-04-28 21:30:02 -04:00
get-share-hash.sh escape slashes in branch name for share api call 2024-05-12 11:12:49 -04:00
install-hooks.bash Tweak git hooks to run stack tests on commit, and both stack and sbt tests on push. 2018-08-03 14:19:09 -04:00
make-release.sh commit-ish doesn't include tags today 2024-05-15 18:07:42 -04:00
pre-commit.bash delete references to jvm runtime 2019-03-06 16:31:31 -05:00
pre-push.bash Tweak pre-push failure message 2018-08-03 14:22:56 -04:00
test.sh Use stack test suites (#2656) 2022-04-07 10:16:13 -06:00
toucher.sh Fixed serialization of lambdas 2018-11-06 16:06:32 -05:00
unisonloop.sh Fix scripts/unisonloop.sh. 2019-10-01 20:36:01 +02:00