Skip to content

Commit fc5d4bd

Browse files
authored
chore: Add highlight.run to release-please config. (#221)
## Summary Changes to highlight.run are not triggering releases. ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
1 parent 1e4cc34 commit fc5d4bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"sdk/@launchdarkly/observability-node": "0.3.0",
77
"sdk/@launchdarkly/observability-python": "0.1.1",
88
"sdk/@launchdarkly/observability-react-native": "0.6.0",
9-
"sdk/@launchdarkly/session-replay": "0.4.0"
9+
"sdk/@launchdarkly/session-replay": "0.4.0",
10+
"sdk/highlight-run": "9.20.0"
1011
}

release-please-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
"versioning": "default",
6464
"include-v-in-tag": false,
6565
"include-component-in-tag": true
66+
},
67+
"sdk/highlight-run": {
68+
"package-name": "highlight.run",
69+
"release-type": "node",
70+
"versioning": "default",
71+
"include-v-in-tag": false,
72+
"include-component-in-tag": true
6673
}
6774
}
6875
}

0 commit comments

Comments
 (0)