Commit c050435
authored
fix: inline set-version logic in build-release.sh (#1884)
## Summary
- `set-version.sh` was deleted in 4b7cca3 but `build-release.sh` still
called
`mise run set-version`, breaking `mise run build-release` and the
`test-release-build.yml` CI workflow
- Inlines the version-setting logic (find+sed across all pom.xml files)
directly
into `build-release.sh`
## Test plan
- [x] `mise run build` passes
- [x] `mise run build-release` passes (previously failed with missing
task error)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 8c229df commit c050435
1 file changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
0 commit comments