Skip to content

Commit

Permalink
fix: set release types
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jul 21, 2024
1 parent b86ce97 commit fa7e0c6
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"include-v-in-tag": false,
"separate-pull-requests": true,
"packages": {
"loki": {},
"mimir": {},
"otelcol": {},
"tempo": {}
"loki": {
"release-type": "simple"
},
"mimir": {
"release-type": "simple"
},
"otelcol": {
"release-type": "simple"
},
"tempo": {
"release-type": "simple"
}
}
}
}

0 comments on commit fa7e0c6

Please sign in to comment.