Skip to content

Commit

Permalink
test release name
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Jul 2, 2024
1 parent a72ef64 commit bd6f4fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/server/scripts/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ module.exports = {
"extraResources": [
"**/appResources/**"
],
"releaseInfo": {
"releaseName": "BlueBubbles Server v${version}",
"releaseNotes": "# What's New?"
},
"mac": {
"category": "public.app-category.social-networking",
"publish": [
Expand All @@ -30,7 +34,8 @@ module.exports = {
"owner": "BlueBubblesApp",
"private": false,
"channel": "latest",
"releaseType": "draft"
"releaseType": "draft",
"vPrefixedTagName": true
}
],
"target": [
Expand Down

0 comments on commit bd6f4fe

Please sign in to comment.