Skip to content

Commit d58cdec

Browse files
committed
add sdkman announcement step
1 parent f8bc712 commit d58cdec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ If there are delays downstream, at some point it may make sense to go ahead and
179179
- replace both `xxx`s with the credential information provided to Seth by Marco Vermeulen (marco at sdkman dot io)
180180
- [ ] test afterwards with `sdk list scala` and `sdk install scala <version>` (these should work immediately once the `POST` succeeds)
181181
- to correct mistakes, `PATCH` and `DELETE` are also available
182+
- [ ] broadcast the addition via the SDKMAN twitter account
183+
- sample command: `curl -X POST -H "Consumer-Key: xxx" -H "Consumer-Token: xxx" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"candidate": "scala", "version": "2.12.14", "url": "https://github.com/scala/scala/releases/tag/v2.12.14"}' https://vendors.sdkman.io/announce/struct
182184
- [ ] Announce on https://reddit.com/r/scala
183185
- [ ] ask Seth to announce on #scala IRC
184186

0 commit comments

Comments
 (0)