Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package editorconfig-checker for
openSUSE:Factory checked in at 2026-08-11 17:11:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/editorconfig-checker (Old)
and /work/SRC/openSUSE:Factory/.editorconfig-checker.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "editorconfig-checker"
Tue Aug 11 17:11:37 2026 rev:14 rq:1370451 version:3.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/editorconfig-checker/editorconfig-checker.changes
2026-06-28 21:12:49.642826417 +0200
+++
/work/SRC/openSUSE:Factory/.editorconfig-checker.new.17972/editorconfig-checker.changes
2026-08-11 17:12:03.569142053 +0200
@@ -1,0 +2,43 @@
+Mon Aug 10 05:18:05 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 3.11.1:
+ * feat(immutable-release): tell goreleaser to use the existing
+ draft release
+
+-------------------------------------------------------------------
+Mon Aug 10 05:16:02 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 3.11.0:
+ * feat(immutable-release): goreleaser should publish its release
+ * chore: replace deprecated goreleaser option with its current
+ form
+
+-------------------------------------------------------------------
+Mon Aug 10 05:06:58 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 3.10.0:
+ * feat(immutable-releases): ensure that despite the release being
+ a draft the tag is created
+ * chore: allow triggering release-please manually
+ * feat(immutable-release): tell release-please to create draft
+ releases
+ * Revert "feat(immutable-releases): set release-please to create
+ draft releases"
+ * chore(deps): bump docker/login-action from 4.5.2 to 4.6.0
+ (#590)
+ * feat(immutable-releases): set release-please to create draft
+ releases
+
+-------------------------------------------------------------------
+Mon Aug 10 05:02:31 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 3.9.0:
+ * feat: enable immutable releases
+ * chore(deps): bump github.com/gabriel-vasile/mimetype (#584)
+ * chore(deps): bump github.com/gabriel-vasile/mimetype (#583)
+ * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.22
+ to 0.5.23 (#579)
+ * chore(deps): bump golang.org/x/text from 0.38.0 to 0.40.0
+ (#581)
+
+-------------------------------------------------------------------
Old:
----
editorconfig-checker-3.8.0.obscpio
New:
----
editorconfig-checker-3.11.1.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ editorconfig-checker.spec ++++++
--- /var/tmp/diff_new_pack.QYk9kz/_old 2026-08-11 17:12:04.753192209 +0200
+++ /var/tmp/diff_new_pack.QYk9kz/_new 2026-08-11 17:12:04.757192378 +0200
@@ -19,7 +19,7 @@
%define executable_name ec
Name: editorconfig-checker
-Version: 3.8.0
+Version: 3.11.1
Release: 0
Summary: Tool to verify that your files are in harmony with your
.editorconfig
License: MIT
++++++ _service ++++++
--- /var/tmp/diff_new_pack.QYk9kz/_old 2026-08-11 17:12:04.813194750 +0200
+++ /var/tmp/diff_new_pack.QYk9kz/_new 2026-08-11 17:12:04.821195090 +0200
@@ -3,7 +3,7 @@
<param
name="url">https://github.com/editorconfig-checker/editorconfig-checker.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">refs/tags/v3.8.0</param>
+ <param name="revision">refs/tags/v3.11.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.QYk9kz/_old 2026-08-11 17:12:04.861196784 +0200
+++ /var/tmp/diff_new_pack.QYk9kz/_new 2026-08-11 17:12:04.865196954 +0200
@@ -3,6 +3,6 @@
<param
name="url">https://github.com/editorconfig-checker/editorconfig-checker</param>
<param
name="changesrevision">aa06cea887b26f372f9368aa53665266ec6dc364</param></service><service
name="tar_scm">
<param
name="url">https://github.com/editorconfig-checker/editorconfig-checker.git</param>
- <param
name="changesrevision">6fa6539948897d1dceee75b6680d7e9688b5c9e9</param></service></servicedata>
+ <param
name="changesrevision">675b1261a4d9668c357fcd67deb87aed8b881b94</param></service></servicedata>
(No newline at EOF)
++++++ editorconfig-checker-3.8.0.obscpio ->
editorconfig-checker-3.11.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/.goreleaser.yaml
new/editorconfig-checker-3.11.1/.goreleaser.yaml
--- old/editorconfig-checker-3.8.0/.goreleaser.yaml 2026-06-28
15:21:13.000000000 +0200
+++ new/editorconfig-checker-3.11.1/.goreleaser.yaml 2026-08-08
12:57:10.000000000 +0200
@@ -62,7 +62,7 @@
archives:
- id: archive-editorconfig-checker
- builds:
+ ids:
- editorconfig-checker
formats:
- tar.gz
@@ -75,7 +75,7 @@
- zip
- id: archive-ec
- builds:
+ ids:
- ec-compat
formats:
- tar.gz
@@ -276,7 +276,7 @@
release:
mode: keep-existing
- draft: true
+ use_existing_draft: true
prerelease: auto
header: |
## editorconfig-checker {{ .Tag }} ({{ .Date }})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/editorconfig-checker-3.8.0/.release-please-manifest.json
new/editorconfig-checker-3.11.1/.release-please-manifest.json
--- old/editorconfig-checker-3.8.0/.release-please-manifest.json
2026-06-28 15:21:13.000000000 +0200
+++ new/editorconfig-checker-3.11.1/.release-please-manifest.json
2026-08-08 12:57:10.000000000 +0200
@@ -1,3 +1,3 @@
{
- ".": "3.8.0"
+ ".": "3.11.1"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/CHANGELOG.md
new/editorconfig-checker-3.11.1/CHANGELOG.md
--- old/editorconfig-checker-3.8.0/CHANGELOG.md 2026-06-28 15:21:13.000000000
+0200
+++ new/editorconfig-checker-3.11.1/CHANGELOG.md 2026-08-08
12:57:10.000000000 +0200
@@ -1,5 +1,35 @@
# Changelog
+##
[3.11.1](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.11.0...v3.11.1)
(2026-08-08)
+
+
+### Features
+
+* **immutable-release:** tell goreleaser to use the existing draft release
([a8e6136](https://github.com/editorconfig-checker/editorconfig-checker/commit/a8e6136975cbcd66d1e09d2967a4b64178864e50))
+
+##
[3.11.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.10.0...v3.11.0)
(2026-08-08)
+
+
+### Features
+
+* **immutable-release:** goreleaser should publish its release
([4c08f2c](https://github.com/editorconfig-checker/editorconfig-checker/commit/4c08f2ccd339734ff92f2f04d146cd91af02d225))
+
+##
[3.10.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.9.0...v3.10.0)
(2026-08-07)
+
+
+### Features
+
+* **immutable-releases:** ensure that despite the release being a draft the
tag is created
([912f4a9](https://github.com/editorconfig-checker/editorconfig-checker/commit/912f4a986b7da0b22cfa3a055cc24a355dee7cbc))
+* **immutable-releases:** set release-please to create draft releases
([2d48c2e](https://github.com/editorconfig-checker/editorconfig-checker/commit/2d48c2ecae1743614cefa660c2796e14cefd7520))
+* **immutable-release:** tell release-please to create draft releases
([a685b54](https://github.com/editorconfig-checker/editorconfig-checker/commit/a685b542509d0349ce6215adf6088a242fa93d84))
+
+##
[3.9.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.8.0...v3.9.0)
(2026-07-31)
+
+
+### Features
+
+* enable immutable releases
([6865c06](https://github.com/editorconfig-checker/editorconfig-checker/commit/6865c0606d7099ff7b8da5a3e1cd5aced3195a6d))
+
##
[3.8.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.7.0...v3.8.0)
(2026-06-25)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/README.md
new/editorconfig-checker-3.11.1/README.md
--- old/editorconfig-checker-3.8.0/README.md 2026-06-28 15:21:13.000000000
+0200
+++ new/editorconfig-checker-3.11.1/README.md 2026-08-08 12:57:10.000000000
+0200
@@ -59,7 +59,7 @@
<!-- x-release-please-start-version -->
```shell
-VERSION="v3.8.0"
+VERSION="v3.11.1"
OS="linux"
ARCH="amd64"
curl -O -L -C -
https://github.com/editorconfig-checker/editorconfig-checker/releases/download/$VERSION/ec-$OS-$ARCH.tar.gz
&& \
@@ -253,7 +253,7 @@
<!-- x-release-please-start-version -->
```json
{
- "$schema":
"https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.8.0/.editorconfig-checker.schema.json",
+ "$schema":
"https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.11.1/.editorconfig-checker.schema.json",
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
@@ -495,7 +495,7 @@
<!-- x-release-please-start-version -->
```json
{
- "$schema":
"https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.8.0/.editorconfig-checker.schema.json",
+ "$schema":
"https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.11.1/.editorconfig-checker.schema.json",
"Verbose": false,
"IgnoreDefaults": false,
"Exclude": ["testfiles", "\\.md$"],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/editorconfig-checker-3.8.0/cmd/editorconfig-checker/main.go
new/editorconfig-checker-3.11.1/cmd/editorconfig-checker/main.go
--- old/editorconfig-checker-3.8.0/cmd/editorconfig-checker/main.go
2026-06-28 15:21:13.000000000 +0200
+++ new/editorconfig-checker-3.11.1/cmd/editorconfig-checker/main.go
2026-08-08 12:57:10.000000000 +0200
@@ -22,7 +22,7 @@
// version is used for the help and to verify against the version stored in
the config file
// version is dynamically set at compiletime
-var version string = "v3.8.0" // x-release-please-version
+var version string = "v3.11.1" // x-release-please-version
// defaultConfigFileNames determines the file names where the config is located
var defaultConfigFileNames = []string{".editorconfig-checker.json", ".ecrc"}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/default.nix
new/editorconfig-checker-3.11.1/default.nix
--- old/editorconfig-checker-3.8.0/default.nix 2026-06-28 15:21:13.000000000
+0200
+++ new/editorconfig-checker-3.11.1/default.nix 2026-08-08 12:57:10.000000000
+0200
@@ -2,7 +2,7 @@
with pkgs;
buildGoPackage rec {
- version = "v3.8.0" # x-release-please-version
+ version = "v3.11.1" # x-release-please-version
# create link so the tool can also be executed as `ec`
postInstall = ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/go.mod
new/editorconfig-checker-3.11.1/go.mod
--- old/editorconfig-checker-3.8.0/go.mod 2026-06-28 15:21:13.000000000
+0200
+++ new/editorconfig-checker-3.11.1/go.mod 2026-08-08 12:57:10.000000000
+0200
@@ -4,9 +4,9 @@
require (
github.com/editorconfig/editorconfig-core-go/v2 v2.6.4
- github.com/gabriel-vasile/mimetype v1.4.13
+ github.com/gabriel-vasile/mimetype v1.4.15
github.com/wlynxg/chardet v1.0.5
- golang.org/x/text v0.38.0
+ golang.org/x/text v0.40.0
)
require (
@@ -25,7 +25,7 @@
)
require (
- github.com/gkampitakis/go-snaps v0.5.22
- golang.org/x/mod v0.36.0 // indirect
+ github.com/gkampitakis/go-snaps v0.5.23
+ golang.org/x/mod v0.37.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/go.sum
new/editorconfig-checker-3.11.1/go.sum
--- old/editorconfig-checker-3.8.0/go.sum 2026-06-28 15:21:13.000000000
+0200
+++ new/editorconfig-checker-3.11.1/go.sum 2026-08-08 12:57:10.000000000
+0200
@@ -4,12 +4,12 @@
github.com/davecgh/go-spew v1.1.1/go.mod
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/editorconfig/editorconfig-core-go/v2 v2.6.4
h1:CHwUbBVVyKWRX9kt5A/OtwhYUJB32DrFp9xzmjR6cac=
github.com/editorconfig/editorconfig-core-go/v2 v2.6.4/go.mod
h1:JWRVKHdVW+dkv6F8p+xGCa6a+TyMrqsFbFkSs/aQkrQ=
-github.com/gabriel-vasile/mimetype v1.4.13
h1:46nXokslUBsAJE/wMsp5gtO500a4F3Nkz9Ufpk2AcUM=
-github.com/gabriel-vasile/mimetype v1.4.13/go.mod
h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
+github.com/gabriel-vasile/mimetype v1.4.15
h1:05iP/CYtZ/w455R/KZM6rZ5ieAdh99UPtd+d3YzLmaI=
+github.com/gabriel-vasile/mimetype v1.4.15/go.mod
h1:azpTcoLcDZRNgFou5j+APrqQx9HqVPWa6ijYQIIVswQ=
github.com/gkampitakis/ciinfo v0.3.4
h1:5eBSibVuSMbb/H6Elc0IIEFbkzCJi3lm94n0+U7Z0KY=
github.com/gkampitakis/ciinfo v0.3.4/go.mod
h1:1NIwaOcFChN4fa/B0hEBdAb6npDlFL8Bwx4dfRLRqAo=
-github.com/gkampitakis/go-snaps v0.5.22
h1:xg9omphRnbDnimMCl1KqznC4krlxOGpkB0vDSfX2P7M=
-github.com/gkampitakis/go-snaps v0.5.22/go.mod
h1:uy3lVzCCRRsAwYqSocyw5fY8xRLCYEfqoOJNxr8HonM=
+github.com/gkampitakis/go-snaps v0.5.23
h1:okh5QR48zpUjpWtu65AtqxdCY8huJq+dEDuUzd1PuKg=
+github.com/gkampitakis/go-snaps v0.5.23/go.mod
h1:uy3lVzCCRRsAwYqSocyw5fY8xRLCYEfqoOJNxr8HonM=
github.com/goccy/go-yaml v1.19.2
h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM=
github.com/goccy/go-yaml v1.19.2/go.mod
h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
@@ -51,10 +51,10 @@
github.com/tidwall/sjson v1.2.5/go.mod
h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
github.com/wlynxg/chardet v1.0.5
h1:BNEolSEujJUtKwkaqNb0D6Ue+d7VTKTh5rXDyEdiipU=
github.com/wlynxg/chardet v1.0.5/go.mod
h1:q4N3YNbywQtX0u12Eh0+0LZB53Ayc7nOfHHaio+RcVA=
-golang.org/x/mod v0.36.0 h1:JJjpVx6myfUsUdAzZuOSTTmRE0PfZeNWzzvKrP7amb4=
-golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
-golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
-golang.org/x/text v0.38.0/go.mod
h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
+golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
+golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
+golang.org/x/text v0.40.0 h1:Ub2Z6/xjgF1WrYQz2nuITOEegKFtiIy+rieRJ5lHZKs=
+golang.org/x/text v0.40.0/go.mod
h1:hpnzDAfGV753zIKo+wk3u1bVKCGPbrnF7+7LBF/UHVY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/editorconfig-checker-3.8.0/pkg/config/config_test.go
new/editorconfig-checker-3.11.1/pkg/config/config_test.go
--- old/editorconfig-checker-3.8.0/pkg/config/config_test.go 2026-06-28
15:21:13.000000000 +0200
+++ new/editorconfig-checker-3.11.1/pkg/config/config_test.go 2026-08-08
12:57:10.000000000 +0200
@@ -117,7 +117,7 @@
mergeConfig := Config{
ShowVersion: true,
- Version: "v3.8.0", // x-release-please-version
+ Version: "v3.11.1", // x-release-please-version
Help: true,
DryRun: true,
Path: "some-other",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/editorconfig-checker-3.8.0/release-please-config.json
new/editorconfig-checker-3.11.1/release-please-config.json
--- old/editorconfig-checker-3.8.0/release-please-config.json 2026-06-28
15:21:13.000000000 +0200
+++ new/editorconfig-checker-3.11.1/release-please-config.json 2026-08-08
12:57:10.000000000 +0200
@@ -1,6 +1,8 @@
{
"$schema":
"https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
+ "draft": true,
+ "force-tag-creation": true,
"extra-files": [
{
"type": "yaml",
++++++ editorconfig-checker.obsinfo ++++++
--- /var/tmp/diff_new_pack.QYk9kz/_old 2026-08-11 17:12:06.277256769 +0200
+++ /var/tmp/diff_new_pack.QYk9kz/_new 2026-08-11 17:12:06.285257107 +0200
@@ -1,5 +1,5 @@
name: editorconfig-checker
-version: 3.8.0
-mtime: 1782652873
-commit: 6fa6539948897d1dceee75b6680d7e9688b5c9e9
+version: 3.11.1
+mtime: 1786186630
+commit: 675b1261a4d9668c357fcd67deb87aed8b881b94
++++++ vendor.tar.gz ++++++
++++ 2587 lines of diff (skipped)