From cb023955f7e3d61ffbe09e0a28b2c0676d1481bb Mon Sep 17 00:00:00 2001 From: Wilhelm Vold Date: Fri, 24 May 2024 13:11:30 +0200 Subject: [PATCH] fix(ci): removed build from radix config --- radixconfig.yaml | 3 --- release-please-config.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 7893002e..dbf60163 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -3,11 +3,8 @@ kind: RadixApplication metadata: name: pepm spec: - build: environments: - name: dev - build: - from: main - name: test - name: prod components: diff --git a/release-please-config.json b/release-please-config.json index fd3519a7..2fd2917a 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,7 +9,7 @@ {"type":"feat","section":"✨ Features","hidden":false}, {"type":"fix","section":"🐛 Bug Fixes","hidden":false}, {"type":"perf", "section":"⚡️ Performance","hidden":false}, - {"type":"refactor", "section":"♻️ Refactor","hidden":false}, + {"type":"refactor", "section":"T♻️ Refactor","hidden":false}, {"type":"revert", "section":"⏪️ Revert","hidden":false}, {"type":"style","section":"💄 Style","hidden":false}, {"type":"test", "section":"✅ Tests","hidden":false}