Feature/rebrand to suwayomi (#500)
* Rename "Tachidesk-WebUI" to "Suwayomi-WebUI" * Rename "Tachidesk-Server" to "Suwayomi-Server" * Rename "Tachidesk" to "Suwayomi" * Rename variables
This commit is contained in:
@@ -107,7 +107,7 @@ const createChangelogCommitLine = (commit: Commit): string => {
|
||||
|
||||
const createChangelog = async (prevReleaseLastCommitSha: string) => {
|
||||
const owner = 'Suwayomi';
|
||||
const repo = 'Tachidesk-WebUI';
|
||||
const repo = 'Suwayomi-WebUI';
|
||||
|
||||
const numberOfCommits = await fetchTotalCommitCount(owner, repo);
|
||||
const githubCommits = await fetchCommits(owner, repo, prevReleaseLastCommitSha);
|
||||
|
||||
Reference in New Issue
Block a user