-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update structured-source and use @textlint/kernel (#20)
* refactor: update structured-source and use @textlint/kernel * CI: update node versions * CI: add .github/release.yml * test: all convert
- Loading branch information
Showing
10 changed files
with
653 additions
and
1,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- 'Type: Meta' | ||
- 'Type: Question' | ||
|
||
categories: | ||
- title: Security Fixes | ||
labels: ['Type: Security'] | ||
- title: Breaking Changes | ||
labels: ['Type: Breaking Change'] | ||
- title: Features | ||
labels: ['Type: Feature'] | ||
- title: Bug Fixes | ||
labels: ['Type: Bug'] | ||
- title: Documentation | ||
labels: ['Type: Documentation'] | ||
- title: Refactoring | ||
labels: ['Type: Refactoring'] | ||
- title: Testing | ||
labels: ['Type: Testing'] | ||
- title: Maintenance | ||
labels: ['Type: Maintenance'] | ||
- title: CI | ||
labels: ['Type: CI'] | ||
- title: Dependency Updates | ||
labels: ['Type: Dependencies', "dependencies"] | ||
- title: Other Changes | ||
labels: ['*'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import markdown from "@textlint/textlint-plugin-markdown"; | ||
|
||
export const builtInPlugins = [{ | ||
pluginId: "markdown", | ||
plugin: markdown | ||
}]; |
Oops, something went wrong.