Mark github releases as non preview

it's happening!
This commit is contained in:
Adam Brown 2022-10-28 19:17:30 +01:00 committed by GitHub
parent 919c973d5d
commit 3a4b6dfa32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export const release = async (github, version, applicationId, artifacts, config)
owner: config.owner, owner: config.owner,
repo: config.repo, repo: config.repo,
tag_name: version.name, tag_name: version.name,
prerelease: true, prerelease: false,
generate_release_notes: true, generate_release_notes: true,
}) })
@ -219,4 +219,4 @@ const sendReleaseMessage = async (release, config) => {
"msgtype": "m.text" "msgtype": "m.text"
} }
await client.sendEvent(config.matrixRoomId, "m.room.message", content, "") await client.sendEvent(config.matrixRoomId, "m.room.message", content, "")
} }