Commit ff3bd2d
authored
fix: use maven release type for release-please (#1967)
## Summary
- Revert the v1.6.0 release commit (manifest + CHANGELOG) since the
deploy failed — pom.xml files still had `-SNAPSHOT` versions
- Change `release-type` from `java` to `maven` in the release-please
config so it auto-discovers and updates all `pom.xml` versions in the
release commit
- Remove `prometheus-metrics-parent/pom.xml` from `extra-files` since
the maven strategy handles it automatically
The `java` release type only updates CHANGELOG and the manifest. The
`maven` type does XML-aware pom.xml version updates, which is what we
need.
The v1.6.0 tag and GitHub release have already been deleted.
## Test plan
- [ ] CI passes
- [ ] After merge, release-please creates a new release PR that includes
pom.xml version updates
- [ ] Deploy to Maven Central succeeds
---------
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 9862869 commit ff3bd2d
46 files changed
Lines changed: 46 additions & 78 deletions
File tree
- .github/config
- benchmarks
- examples
- integration-tests
- it-common
- it-exporter
- it-exporter-duplicate-metrics-sample
- it-exporter-httpserver-sample
- it-exporter-no-protobuf
- it-exporter-servlet-jetty-sample
- it-exporter-servlet-tomcat-sample
- it-exporter-test
- it-no-protobuf-test
- it-pushgateway
- it-spring-boot-smoke-test
- prometheus-metrics-bom
- prometheus-metrics-config
- prometheus-metrics-core
- prometheus-metrics-exporter-common
- prometheus-metrics-exporter-httpserver
- prometheus-metrics-exporter-opentelemetry-otel-agent-resources
- prometheus-metrics-exporter-opentelemetry-shaded
- prometheus-metrics-exporter-opentelemetry
- prometheus-metrics-exporter-pushgateway
- prometheus-metrics-exporter-servlet-jakarta
- prometheus-metrics-exporter-servlet-javax
- prometheus-metrics-exposition-formats-shaded
- prometheus-metrics-exposition-formats
- prometheus-metrics-exposition-textformats
- prometheus-metrics-instrumentation-caffeine
- prometheus-metrics-instrumentation-dropwizard5
- prometheus-metrics-instrumentation-dropwizard
- prometheus-metrics-instrumentation-guava
- prometheus-metrics-instrumentation-jvm
- prometheus-metrics-model
- prometheus-metrics-otel-support
- prometheus-metrics-parent
- prometheus-metrics-simpleclient-bridge
- prometheus-metrics-tracer
- prometheus-metrics-tracer-common
- prometheus-metrics-tracer-initializer
- prometheus-metrics-tracer-otel-agent
- prometheus-metrics-tracer-otel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments