Skip to content

Commit

Permalink
fix(release): remove component tag in release (#252)
Browse files Browse the repository at this point in the history
Release-As: 0.7.0
  • Loading branch information
gbbirkisson committed Aug 20, 2024
1 parent f0dcf67 commit b526c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "80fbba33a216d3e04aac840576c49ee13e9fae4e",
"include-v-in-tag": true,
"include-component-in-tag": false,
"extra-label": "release",
"packages": {
".": {
"component": "spis",
"release-type": "rust"
}
}
Expand Down

0 comments on commit b526c60

Please sign in to comment.