diff --git a/.changeset/config.json b/.changeset/config.json index fca77d967..5eaa8f539 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,13 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": [ - "@devtools/*", - "typedoc-plugin-frontmatter", - "typedoc-plugin-remark", - "typedoc-github-wiki-theme", - "typedoc-gitlab-wiki-theme", - "typedoc-vitepress-theme", - "docusaurus-plugin-typedoc" - ] + "ignore": ["@devtools/*"] } diff --git a/.changeset/large-foxes-sniff.md b/.changeset/large-foxes-sniff.md new file mode 100644 index 000000000..e54265a8d --- /dev/null +++ b/.changeset/large-foxes-sniff.md @@ -0,0 +1,6 @@ +--- +'typedoc-plugin-remark': patch +--- + +- Add toc from remark-tocs to document reflections +- Normalize tables output diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a8baa970..030af0633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - main + - release-remark concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: