submit release notifications to the main small-talk room

This commit is contained in:
Adam Brown 2022-10-28 19:14:44 +01:00 committed by GitHub
parent 648742be9b
commit 919c973d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ const config = {
rcBranchesFrom: "main",
rcMergesTo: "release",
packageName: "app.dapk.st",
matrixRoomId: "!jgNenzNPtSpJLjjsxe:matrix.org"
matrixRoomId: "!fuHEgUsoPRBQynkdkF:iswell.cool"
}
const rcBranchName = "release-candidate"
@ -175,4 +175,4 @@ const readVersionFile = async (github, branch) => {
content: JSON.parse(content),
sha: result.data.sha,
}
}
}