From df6a5651e3a8fec0f6147190153977b501708508 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 20:50:08 +0100 Subject: [PATCH] fix(remark): remark changeset --- .changeset/config.json | 10 +--------- .changeset/large-foxes-sniff.md | 6 ++++++ .github/workflows/release.yml | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 .changeset/large-foxes-sniff.md diff --git a/.changeset/config.json b/.changeset/config.json index fca77d96..5eaa8f53 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 00000000..e54265a8 --- /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 2a8baa97..030af063 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: