-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
67 additions
and
51 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
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ updates: | |
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
target-branch: "dev" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- "Type: Meta" | ||
- "Type: Question" | ||
- "Type: Release" | ||
- "🧠 Meta" | ||
- "🚀 Release" | ||
|
||
categories: | ||
- title: 🧨 Breaking Changes | ||
labels: ["Type: Breaking Change"] | ||
- title: 🎉 New Features | ||
labels: ["Type: Feature"] | ||
- title: 🧰 Bug Fixes | ||
labels: ["Type: Bug"] | ||
- title: 🛡️ Security Fixes | ||
labels: ["Type: Security"] | ||
- title: 📖 Documentation Changes | ||
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 | ||
- title: "🧨 Breaking Changes" | ||
labels: ["🧨 Breaking Change"] | ||
- title: "🎉 New Features" | ||
labels: ["🎉 New Feature"] | ||
- title: "🧰 Bug Fixes" | ||
labels: ["🧰 Bug"] | ||
- title: "🛡️ Security Fixes" | ||
labels: ["🛡️ Security"] | ||
- title: "📖 Documentation Changes" | ||
labels: ["📖 Documentation"] | ||
- title: "🏎️ Performance Improvements" | ||
labels: ["🏎️ Performance"] | ||
- title: "🧹 Refactoring" | ||
labels: ["🧹 Refactoring"] | ||
- title: "🧪 Testing" | ||
labels: ["🧪 Testing"] | ||
- title: "🔧 Maintenance" | ||
labels: ["🔧 Maintenance"] | ||
- title: "🎽 CI" | ||
labels: ["🎽 CI"] | ||
- title: "⛓️ Dependency Updates" | ||
labels: ["⛓️ 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,3 @@ jobs: | |
base: dev | ||
branch: deps-deno | ||
commit-prefix: "chore(deps):" | ||
labels: "Type: Dependencies" |
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 |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
"cov": "deno task test --coverage && deno coverage --lcov > coverage.lcov" | ||
}, | ||
"imports": { | ||
"@5ouma/opml-generator/libs": "./src/libs/mod.ts", | ||
"@5ouma/opml-generator/types": "./src/types/mod.ts", | ||
"@libs/xml": "jsr:@libs/[email protected]", | ||
"@std/assert": "jsr:@std/[email protected]", | ||
"@std/cli": "jsr:@std/[email protected]", | ||
|
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
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