Skip to content

Commit 0af04b6

Browse files
committed
Implement Tilt and streamline PR CI cycle
Add Playwright UI testing
1 parent e695b96 commit 0af04b6

32 files changed

+723
-2979
lines changed

.github/release-please-config.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
"weave-gitops": {
5+
"release-type": "go",
6+
"changelog-path": "CHANGELOG.md",
7+
"version-file": "go.mod",
8+
"extra-files": [
9+
"package.json",
10+
"charts/gitops-server/Chart.yaml",
11+
"charts/gitops-server/values.yaml"
12+
],
13+
"bump-minor-pre-major": true,
14+
"include-v-in-tag": true,
15+
"extra-changelog-sections": [
16+
{
17+
"type": "feat",
18+
"section": "## 🚀 Enhancements"
19+
},
20+
{
21+
"type": "fix",
22+
"section": "## 🐛 Bug Fixes"
23+
},
24+
{
25+
"type": "docs",
26+
"section": "## 📖 Documentation"
27+
},
28+
{
29+
"type": "refactor",
30+
"section": "## 🔧 Refactoring"
31+
},
32+
{
33+
"type": "test",
34+
"section": "## 🧪 Testing"
35+
},
36+
{
37+
"type": "chore",
38+
"section": "## 🛠️ Maintenance",
39+
"hidden": true
40+
}
41+
],
42+
"pr-header": "chore",
43+
"package-name": "weave-gitops"
44+
}
45+
}
46+
}

.github/workflows/lint-pr.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)