From 2eec1ba1fa4898cc6d889b51cd7b2ab965505480 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Wed, 18 Dec 2024 17:57:31 +0100 Subject: [PATCH 1/3] ignore conventional commits --- knope.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/knope.toml b/knope.toml index a7497dea2..f7eeb0ef1 100644 --- a/knope.toml +++ b/knope.toml @@ -18,6 +18,7 @@ command = "git switch -c release" [[workflows.steps]] type = "PrepareRelease" +ignore_conventional_commits = true [[workflows.steps]] type = "Command" From 8bab43698da5f55ab720a3d5a763e7966d0d16db Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Wed, 18 Dec 2024 17:58:06 +0100 Subject: [PATCH 2/3] knope: ignore conventional commits --- .changeset/have_knope_bot_ignore_conventional_commits.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/have_knope_bot_ignore_conventional_commits.md diff --git a/.changeset/have_knope_bot_ignore_conventional_commits.md b/.changeset/have_knope_bot_ignore_conventional_commits.md new file mode 100644 index 000000000..fa458faf9 --- /dev/null +++ b/.changeset/have_knope_bot_ignore_conventional_commits.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +# Have knope bot ignore conventional commits From 920c2c31e21c3b1d500b838939544669f1b0a9ee Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Thu, 19 Dec 2024 08:49:41 +0100 Subject: [PATCH 3/3] update core --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 6a02e9ca6..41c7b15d6 100644 --- a/go.mod +++ b/go.mod @@ -14,8 +14,8 @@ require ( github.com/mattn/go-sqlite3 v1.14.24 github.com/montanaflynn/stats v0.7.1 github.com/shopspring/decimal v1.4.0 - go.sia.tech/core v0.8.1-0.20241217152409-7950a7ca324b - go.sia.tech/coreutils v0.8.1-0.20241217153531-b5e84c03d17f + go.sia.tech/core v0.9.0 + go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa go.sia.tech/gofakes3 v0.0.5 go.sia.tech/hostd v1.1.3-0.20241218083322-ae9c8a971fe0 go.sia.tech/jape v0.12.1 diff --git a/go.sum b/go.sum index 7fcf27db2..99749ba80 100644 --- a/go.sum +++ b/go.sum @@ -55,10 +55,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0= go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I= -go.sia.tech/core v0.8.1-0.20241217152409-7950a7ca324b h1:VRkb6OOX1KawLQwuqOEHLcjha8gxVX0tAyu2Dyoq8Ek= -go.sia.tech/core v0.8.1-0.20241217152409-7950a7ca324b/go.mod h1:Wj1qzvpMM2rqEQjwWJEbCBbe9VWX/mSJUu2Y2ABl1QA= -go.sia.tech/coreutils v0.8.1-0.20241217153531-b5e84c03d17f h1:TafvnqJgx/+0zX/QMSOOkf5HfMqaoe/73eO515fUucI= -go.sia.tech/coreutils v0.8.1-0.20241217153531-b5e84c03d17f/go.mod h1:xhIbFjjkzmCF8Dt73ZvquaBQCT2Dje7AKYBRAesn93w= +go.sia.tech/core v0.9.0 h1:qV7V8nkNaPvBEhkbwgrETTkb7JCMcAnKUQt9nUumP4k= +go.sia.tech/core v0.9.0/go.mod h1:3NAvYHuzAZg9vP6pyIMOxjTkgHBQ3vx9cXTqRF6oEa4= +go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa h1:YGyvxTwneBe64JXQv2iWb54aJIWPFtoz3i0HUE2/7xs= +go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa/go.mod h1:xmOx4l1CtArSguaANf0h9J9Mjw+8w7MBp/95Yz0pwq8= go.sia.tech/gofakes3 v0.0.5 h1:vFhVBUFbKE9ZplvLE2w4TQxFMQyF8qvgxV4TaTph+Vw= go.sia.tech/gofakes3 v0.0.5/go.mod h1:LXEzwGw+OHysWLmagleCttX93cJZlT9rBu/icOZjQ54= go.sia.tech/hostd v1.1.3-0.20241218083322-ae9c8a971fe0 h1:QtF8l+pHZq6gPyDyuQoMv8GdwU6lvz39y4I34S3cuvo=