Skip to content

Commit

Permalink
add publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Jan 22, 2025
1 parent 7b7005e commit 87ac58f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/publish.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-01

I've been publishing with `misc/publish.sh`.

----

2024-08
Making this work again.

Expand Down
9 changes: 9 additions & 0 deletions misc/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Run: misc/publish.sh
set -eu

sbt clean
sbt +test
GPG_TTY=$(tty)
export GPG_TTY
sbt +publishSigned
sbt +sonatypeBundleRelease

0 comments on commit 87ac58f

Please sign in to comment.