Skip to content

Commit 11b4abf

Browse files
authored
Update maintainers-guide.md
1 parent 803e4d9 commit 11b4abf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/maintainers-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
## Release
5050

5151
- The library artifacts are published to Clojars (http://clojars.org) under the `dev.data-star.clojure` namespace.
52-
- The Clojars account is managed by Ben Croker, the DNS verification is managed by Delaney.
53-
- The Clojars deploy token is also managed by Ben and added to this repo as a GH Actions Secret
52+
- The Clojars account and deploy token are managed by Ben Croker, and added to this repo as GitHub action secrets:
5453
- Secret name: `CLOJARS_USERNAME`
5554
Value: _the clojars account username_
5655
- Secret name: `CLOJARS_PASSWORD`
@@ -59,7 +58,7 @@
5958

6059
The Github Actions [CI workflow for clojure](../.github/workflows/release-sdk.yml) will always run the tests and produce jar artifacts.
6160

62-
Triggering a deployment to clojars is a manual process. A Datastar core contributor must trigger the Clojure SDK workflow with the `publish` input boolean set to `true.
61+
Triggering a deployment to clojars is a manual process. A Datastar core contributor must trigger the `Release Clojure SDK` workflow with the `publish` input boolean set to `true`.
6362

6463
**Release process:**
6564

0 commit comments

Comments
 (0)