revert to older config

This commit is contained in:
Ocasta
2025-02-04 19:06:34 -08:00
parent 36d40afb4e
commit 5db9ad2585
2 changed files with 2 additions and 22 deletions
-20
View File
@@ -1,20 +0,0 @@
// Half-works to simplify the format but needs 'overwrite_changeset_changelog.py' in GHA to finish formatting
const getReleaseLine = async (changeset) => {
const [firstLine] = changeset.summary
.split("\n")
.map((l) => l.trim())
.filter(Boolean)
return `- ${firstLine}`
}
const getDependencyReleaseLine = async () => {
return ""
}
const changelogFunctions = {
getReleaseLine,
getDependencyReleaseLine,
}
module.exports = changelogFunctions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json",
"changelog": "./changelog-config.js",
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],