Skip to content

Commit aa5b6a9

Browse files
authored
chore: Set package name for go plugin. (#164)
## Summary The go package needs a prefix to prevent future conflicts and also handle the path. ## 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 dacbe76 commit aa5b6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"go": {
2020
"release-type": "go",
21+
"package-name": "go",
2122
"tag-separator": "/",
2223
"bump-minor-pre-major": true,
2324
"versioning": "default",

0 commit comments

Comments
 (0)