Commit 1865d24
fix(release): do not throw 500 when release is not found. (#605)
* Throw error if release not found for project
Adds a check to throw a UserInputError when the specified release does not exist for the given project, improving error handling and feedback for invalid release queries.
* Bump version up to 1.2.31
* Update project.js
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>1 parent b60c51b commit 1865d24
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
578 | 582 | | |
579 | 583 | | |
580 | 584 | | |
| |||
0 commit comments