Skip to content

Commit 15d8295

Browse files
committed
tweak release steps
1 parent 11723ec commit 15d8295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ If there are delays downstream, at some point it may make sense to go ahead and
177177
- [ ] Add the release to SDKMAN
178178
- as per the documentation at https://sdkman.io/vendors
179179
- URL provided must be in `.zip` format, `.tgz` doesn't work
180-
- 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://downloads.lightbend.com/scala/2.12.14/scala-2.12.14.tgz"}' https://vendors.sdkman.io/release`
180+
- 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.13.9", "url": "https://downloads.lightbend.com/scala/2.13.9/scala-2.13.9.zip"}' https://vendors.sdkman.io/release`
181181
- replace both `xxx`s with the credential information provided to Seth by Marco Vermeulen (marco at sdkman dot io)
182182
- [ ] test afterwards with `sdk list scala` and `sdk install scala <version>` (these should work immediately once the `POST` succeeds)
183183
- to correct mistakes, `PATCH` and `DELETE` are also available
184184
- [ ] broadcast the addition via the SDKMAN twitter account
185-
- 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
185+
- 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.13.9", "url": "https://github.com/scala/scala/releases/tag/v2.13.9"}' https://vendors.sdkman.io/announce/struct`
186186
- [ ] Announce on https://reddit.com/r/scala
187187
- [ ] ask Seth to announce on #scala IRC
188188

0 commit comments

Comments
 (0)