Commit 1abec41
feat(cicd): Add Slack message on Manual SDK Release (#35461)
Here are examples of the types of messages
---
Auto-publish — next (PR merge)
▎ 🟠 Attention dotters: SDK libs (Angular, Client, Experiments and React)
published!
▎
▎ This automated script is happy to announce that a new SDK libs version
tagged as: [ 1.5.1-next.1965 (next) ] is now available on the NPM
registry 📦!
▎ Introduced by: [#35412](#35412)
---
Manual release — patch
▎ 🟢 Attention dotters: SDK libs (Angular, Client, Experiments and React)
officially released!
▎
▎ This automated script is happy to announce that a new SDK libs version
tagged as: [ 1.5.2 (latest) and 1.5.2-next.1966 (next) ] is now
available on the NPM registry 📦!
▎ Release type: patch | Triggered by: kevindavila
▎ [View workflow
run](https://github.com/dotcms/core/actions/runs/12345678)
---
Manual release — minor
▎ 🟢 Attention dotters: SDK libs (Angular, Client, Experiments and React)
officially released!
▎
▎ This automated script is happy to announce that a new SDK libs version
tagged as: [ 1.6.0 (latest) and 1.6.0-next.1970 (next) ] is now
available on the NPM registry 📦!
▎ Release type: minor | Triggered by: kevindavila
▎ [View workflow
run](https://github.com/dotcms/core/actions/runs/12345678)
---
Manual release — major
▎ 🟢 Attention dotters: SDK libs (Angular, Client, Experiments and React)
officially released!
▎
▎ This automated script is happy to announce that a new SDK libs version
tagged as: [ 2.0.0 (latest) and 2.0.0-next.1975 (next) ] is now
available on the NPM registry 📦!
▎ Release type: major | Triggered by: kevindavila
▎ [View workflow
run](https://github.com/dotcms/core/actions/runs/12345678)
---
Manual release — custom
▎ 🟢 Attention dotters: SDK libs (Angular, Client, Experiments and React)
officially released!
▎
▎ This automated script is happy to announce that a new SDK libs version
tagged as: [ 1.5.3 (latest) and 1.5.3-next.1980 (next) ] is now
available on the NPM registry 📦!
▎ Release type: custom | Triggered by: kevindavila
▎ [View workflow
run](https://github.com/dotcms/core/actions/runs/12345678)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a1330dd commit 1abec41
2 files changed
Lines changed: 34 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
371 | 388 | | |
372 | 389 | | |
373 | 390 | | |
| 391 | + | |
374 | 392 | | |
375 | 393 | | |
376 | 394 | | |
377 | 395 | | |
378 | 396 | | |
379 | 397 | | |
380 | 398 | | |
381 | | - | |
| 399 | + | |
| 400 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
123 | 137 | | |
124 | 138 | | |
125 | 139 | | |
| |||
0 commit comments