This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new d45149b Improved: (some fun) use more GH workflows to show badges in README.adoc d45149b is described below commit d45149ba291020a9b625c8ab78b7b2df3efa956d Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Nov 14 12:59:57 2021 +0100 Improved: (some fun) use more GH workflows to show badges in README.adoc For version, colors and release numbers can also be used, eg: https://img.shields.io/badge/Version-release18.12-green.svg https://img.shields.io/badge/Version-release21.12-red.svg etc. For the other badges it seems harder for release branches. I'll dlbl check... BTW it's not yet rendered at https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html because of pending https://issues.apache.org/jira/browse/INFRA-22279 In other words Buildbot is no longer running for a month, see https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index aec5730..6e65706 100644 --- a/README.adoc +++ b/README.adoc @@ -21,9 +21,10 @@ under the License. The Apache OFBiz Project image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[link=http://www.apache.org/licenses/LICENSE-2.0] -image:https://qpkb254zxeu.montastic.io/badge[link=https://qpkb254zxeu.montastic.io] +image:https://img.shields.io/badge/Version-trunk-blue.svg[link=Version] +image:https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yaml/badge.svg?branch=trunk[link=https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yaml/badge.svg?branch=trunk] image:https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml/badge.svg[link=https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml] - +image:https://qpkb254zxeu.montastic.io/badge[link=https://qpkb254zxeu.montastic.io] If you are reading this file in AsciiDoc format you may want to see it at https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html[HTML] +