Skip to content

Commit 3145925

Browse files
authored
refactor(deps): update to sentence-spilitter@5 (#29)
* refactor(deps): update to sentence-spilitter@5 - use sentence-spilitter@5 - use splitAST() instead of split() - clean up logics * Update package-lock.json * CI: update node versions * CI: add .github/release.yml
1 parent 636c507 commit 3145925

File tree

6 files changed

+1349
-7536
lines changed

6 files changed

+1349
-7536
lines changed

.github/release.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- 'Type: Meta'
5+
- 'Type: Question'
6+
- 'Type: Release'
7+
8+
categories:
9+
- title: Security Fixes
10+
labels: ['Type: Security']
11+
- title: Breaking Changes
12+
labels: ['Type: Breaking Change']
13+
- title: Features
14+
labels: ['Type: Feature']
15+
- title: Bug Fixes
16+
labels: ['Type: Bug']
17+
- title: Documentation
18+
labels: ['Type: Documentation']
19+
- title: Refactoring
20+
labels: ['Type: Refactoring']
21+
- title: Testing
22+
labels: ['Type: Testing']
23+
- title: Maintenance
24+
labels: ['Type: Maintenance']
25+
- title: CI
26+
labels: ['Type: CI']
27+
- title: Dependency Updates
28+
labels: ['Type: Dependencies', "dependencies"]
29+
- title: Other Changes
30+
labels: ['*']

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [ 14, 16, 18 ]
11+
node-version: [ 18, 20 ]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)