Skip to content

Commit

Permalink
fix(remark): remark changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 22, 2024
1 parent fa8ecff commit df6a565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"]
}
6 changes: 6 additions & 0 deletions .changeset/large-foxes-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'typedoc-plugin-remark': patch
---

- Add toc from remark-tocs to document reflections
- Normalize tables output
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- main
- release-remark
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
Expand Down

0 comments on commit df6a565

Please sign in to comment.