Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-stable-image for
openSUSE:Factory checked in at 2024-06-19 16:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-stable-image (Old)
and /work/SRC/openSUSE:Factory/.golang-stable-image.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-stable-image"
Wed Jun 19 16:38:18 2024 rev:17 rq:1181591 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-stable-image/golang-stable-image.changes
2024-06-11 18:29:34.105471006 +0200
+++
/work/SRC/openSUSE:Factory/.golang-stable-image.new.18349/golang-stable-image.changes
2024-06-19 16:38:31.897525566 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 17:24:16 UTC 2024 - Dirk Mueller <[email protected]>
+
+- use sentence style capitalization in READMEs
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.4S9DL6/_old 2024-06-19 16:38:34.093603468 +0200
+++ /var/tmp/diff_new_pack.4S9DL6/_new 2024-06-19 16:38:34.097603610 +0200
@@ -1,4 +1,4 @@
-# Go 1.22 development Container Image
+# Go 1.22 development container image

@@ -11,7 +11,7 @@
To compile and deploy an application, copy the sources, fetch dependencies
(assuming go.mod is used for dependency management), and build the binary:
```Dockerfile
-# Build the application using the Go 1.22 development Container Image
+# Build the application using the Go 1.22 development container image
FROM registry.opensuse.org/opensuse/bci/golang:1.22 as build
WORKDIR /app