Skip to content

Commit b51bf7b

Browse files
authored
Update badge in readme (#158)
Signed-off-by: thepetk <[email protected]>
1 parent 72d50fe commit b51bf7b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alizer
22

3-
![Go](https://img.shields.io/badge/Go-1.21-blue)
3+
![Go](https://img.shields.io/badge/Go-1.23-blue)
44
[![Build status](https://github.com/devfile/alizer/actions/workflows/CI.yml/badge.svg)](https://github.com/devfile/alizer/actions/workflows/CI.yml)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](./LICENSE)
66
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8254/badge)](https://www.bestpractices.dev/projects/8254)
@@ -49,6 +49,7 @@ $ go build alizer.go
4949
--no-port-detection if this flag exists then no port detection is applied on the given application. If this flag doesn't exist then we are applying port detection as normal. In case we have both --no-port-detection and --port-detection the --no-port-detection overrides everything.
5050
--port-detection {docker|compose|source} port detection strategy to use when detecting a port. Currently supported strategies are 'docker', 'compose' and 'source'. You can pass more strategies at the same time. They will be executed in order. By default Alizer will execute docker, compose and source.
5151
```
52+
5253
**Deprecation Warning:** The `--port-detection` flag soon will be deprecated.
5354
5455
#### alizer devfile
@@ -187,16 +188,19 @@ An Alizer release is created each time a PR having updates on code is merged. Yo
187188
- The _description_ of the release is optional. You may add a description if there were outstanding updates in the project, not mentioned in the issues or PRs of this release.
188189
189190
### Release Binaries
191+
190192
For each release a group of binary files is generated. More detailed we have the following types:
193+
191194
- `linux/amd64`
192195
- `linux/ppc65le`
193196
- `linux/s390x`
194197
- `windows/amd64`
195198
- `darwin/amd64`
196199
197200
In order to download a binary file:
198-
* Go to the release you are interested for `https://github.com/devfile/alizer/releases/tag/<release-tag>`
199-
* In the **Assets** section you will see the list of generated binaries for the release. The names of the binaries are following the template `alizer-{version}-{ostype}-{architecture}`.
201+
202+
- Go to the release you are interested for `https://github.com/devfile/alizer/releases/tag/<release-tag>`
203+
- In the **Assets** section you will see the list of generated binaries for the release. The names of the binaries are following the template `alizer-{version}-{ostype}-{architecture}`.
200204
201205
## Security
202206

0 commit comments

Comments
 (0)