diff --git a/release-please-config.json b/release-please-config.json index 10e025e..fd3519a 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,5 @@ { - "bootstrap-sha": "08a526ce5ca0626b39e9be46bde63d68572d851b", + "bootstrap-sha": "e1bb3773ee5f92dd193baab1981fc234a86e0503", "release-type": "node", "changelog-sections": [ {"type":"release", "section":"📦 Release package","hidden":false}, @@ -15,6 +15,8 @@ {"type":"test", "section":"✅ Tests","hidden":false} ], "packages": { - ".": {} + ".": { + "include-component-in-tag" : false + } } } \ No newline at end of file