Skip to content

Conversation

@liblaf
Copy link
Contributor

@liblaf liblaf bot commented Aug 18, 2025

🤖 I have created a release beep boop

0.3.1 (2025-08-24)

🐛 Bug Fixes

  • deps: update grapes to v0.2 (00d19f5)

This PR was generated with Release Please. See documentation.

@liblaf liblaf bot added automerge autorelease: pending is the initial state of the Release PR before it is merged labels Aug 18, 2025
@liblaf
Copy link
Contributor Author

liblaf bot commented Aug 18, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH shellcheck 2 0 0 0.24s
✅ BASH shfmt 2 0 0 0 0.01s
✅ COPYPASTE jscpd yes no no 1.63s
✅ JSON jsonlint 8 0 0 0.15s
✅ JSON prettier 8 0 0 0 0.34s
✅ JSON v8r 8 0 0 4.54s
✅ MARKDOWN prettier 3 0 0 0 0.52s
⚠️ SPELL cspell 19 14 0 3.08s
✅ YAML prettier 2 0 0 0 0.49s
✅ YAML v8r 2 0 0 4.56s
✅ YAML yamllint 2 0 0 0.36s

Detailed Issues

⚠️ SPELL / cspell - 14 errors
completions/bash/tangerine:7:32      - Unknown word (CWORD)      -- cur="${COMP_WORDS[COMP_CWORD]}"
	 Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:13:38     - Unknown word (CWORD)      -- COMP_WORDS[@]:0:COMP_CWORD}"
	 Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:39:9      - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:45:42     - Unknown word (CWORD)      -- cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
	 Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:61:13     - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:67:42     - Unknown word (CWORD)      -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
	 Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:75:13     - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:81:42     - Unknown word (CWORD)      -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
	 Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:89:13     - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:103:13    - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:85:9      - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:87:1      - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:89:9      - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:91:1      - Unknown word (esac)       -- esac
	 Suggestions: [esau, Esau, esa, esc, ESA]
CSpell: Files checked: 16, Issues found: 14 in 2 files.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "CWORD",
        "esac"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@liblaf liblaf bot force-pushed the release-please--branches--main--components--tangerine branch from a98e160 to 194570c Compare August 22, 2025 09:12
@liblaf liblaf bot force-pushed the release-please--branches--main--components--tangerine branch from df9fee2 to a497292 Compare August 24, 2025 01:16
@mergery mergery bot merged commit 74ca5db into main Aug 24, 2025
30 checks passed
@mergery mergery bot deleted the release-please--branches--main--components--tangerine branch August 24, 2025 01:37
@liblaf
Copy link
Contributor Author

liblaf bot commented Aug 24, 2025

🤖 Created releases:

🌻

@liblaf liblaf bot added autorelease: tagged means that the Release PR has been merged and the release has been tagged in GitHub and removed autorelease: pending is the initial state of the Release PR before it is merged labels Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged means that the Release PR has been merged and the release has been tagged in GitHub

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants