Commit 6782c65
committed
fix: remove version manipulation from build-release.sh
Release-please already sets the correct versions in pom.xml files at
the tagged commit, so the sed-based SNAPSHOT replacement in
build-release.sh is redundant and would fail (no SNAPSHOT to find).
Remove the TAG argument/env and version manipulation logic, keeping
only the Maven package command. Update release and test-release-build
workflows to stop passing the TAG env var.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 1b8f56d commit 6782c65
File tree
3 files changed
+2
-21
lines changed- .github/workflows
- .mise/tasks
3 files changed
+2
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments