Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#5027)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent bcbc45a commit ff5037c
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.7.2"
".": "6.0.0"
}
243 changes: 243 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -111,7 +111,7 @@ To run super-linter as a GitHub Action, you do the following:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v5.7.2 # x-release-please-version
uses: super-linter/super-linter@v6.0.0 # x-release-please-version
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'Super-linter contributors'
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/super-linter/super-linter:v5.7.2' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:v6.0.0' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'
Expand Down
2 changes: 1 addition & 1 deletion slim/action.yml
Expand Up @@ -4,7 +4,7 @@ author: 'Super-linter contributors'
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/super-linter/super-linter:slim-v5.7.2' # x-release-please-version
image: 'docker://ghcr.io/super-linter/super-linter:slim-v6.0.0' # x-release-please-version
branding:
icon: 'check-square'
color: 'white'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
5.7.2
6.0.0

2 comments on commit ff5037c

@tvdijen
Copy link

@tvdijen tvdijen commented on ff5037c Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No v6 tag and updated latest tag?

@ferrarimarco
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @tvdijen !

More context in #5224 :)

Please sign in to comment.