Merge branch 'main' into feat/support-bun-runtime

This commit is contained in:
github-actions[bot]
2026-05-18 08:43:27 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ describe('useUpdater', () => {
})
expect(mockOpenExternalUrl).toHaveBeenCalledWith(
'https://refactoringhq.github.io/tolaria/'
'https://tolaria.md/releases/'
)
})

View File

@@ -9,7 +9,7 @@ import {
import { formatCalendarVersionForDisplay } from '../utils/calendarVersion'
import { openExternalUrl } from '../utils/url'
const RELEASE_NOTES_URL = 'https://refactoringhq.github.io/tolaria/'
const RELEASE_NOTES_URL = 'https://tolaria.md/releases/'
interface UpdateVersionInfo {
version: string