ValdemarGr / mezel

Scala BSP implementation for Bazel.
Apache License 2.0
16 stars 2 forks source link

Tedious releasing #18

Closed ValdemarGr closed 9 months ago

ValdemarGr commented 9 months ago

Right now the workflow is

push tag
// wait some minutes
c1 = commit(set_jar_hash(hash(release_jar)))
commit(update_readme(c1))
ValdemarGr commented 9 months ago

Maybe a github action would be nice for this?