Skip to content

Commit c85db45

Browse files
Fix release automation (#1047)
Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent bc95ed8 commit c85db45

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
changelog:
22
categories:
3+
- title: Upstream Updates
4+
labels:
5+
- update-upstream
36
- title: 🏕 Features
47
labels:
58
- "*"
69
exclude:
710
labels:
811
- chore
912
- dependencies
13+
- update-upstream
1014
- title: 🧹 Chore
1115
labels:
1216
- chore

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
dependencyDashboard: false,
1212
forkProcessing: "enabled",
1313
rebaseWhen: "behind-base-branch",
14+
labels: ["dependencies"],
1415
packageRules: [
1516
{
1617
matchUpdateTypes: ["major"],

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
agent/build/libs/grafana-opentelemetry-java.jar
3838
LICENSE
3939
- name: Push to Docker (for OpenTelemetry Operator)
40-
uses: grafana/shared-workflows/actions/push-to-gar-docker@main
40+
uses: grafana/shared-workflows/actions/push-to-gar-docker@dc66ed7a5dc1f49848b06068ae024e96e26d4761 # push-to-gar-docker/v0.5.2
4141
with:
4242
registry: "us-docker.pkg.dev"
4343
image_name: grafana-opentelemetry-java

0 commit comments

Comments
 (0)