Skip to content

Conversation

@liblaf
Copy link
Contributor

@liblaf liblaf bot commented Aug 24, 2025

🤖 I have created a release beep boop

0.3.2 (2025-08-28)

🐛 Bug Fixes

  • deps: update rust crate clap to v4.5.46 (#20) (a864461)
  • deps: update rust crate grapes to v0.2.1 (#14) (295d8ae)
  • deps: update rust crate minijinja to v2.12.0 (#18) (2d71143)
  • deps: update rust crate regex to v1.11.2 (#16) (88c2fe8)

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 24, 2025
@liblaf
Copy link
Contributor Author

liblaf bot commented Aug 24, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH shellcheck 2 0 0 0.27s
✅ BASH shfmt 2 0 0 0 0.01s
✅ COPYPASTE jscpd yes no no 1.61s
✅ JSON jsonlint 8 0 0 0.15s
✅ JSON prettier 8 0 0 0 0.37s
✅ JSON v8r 8 0 0 4.37s
✅ MARKDOWN prettier 3 0 0 0 0.47s
⚠️ SPELL cspell 19 14 0 3.47s
✅ YAML prettier 2 0 0 0 0.4s
✅ YAML v8r 2 0 0 4.52s
✅ YAML yamllint 2 0 0 0.37s

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 3 times, most recently from 5843df3 to 19911b7 Compare August 26, 2025 17:17
@liblaf liblaf bot force-pushed the release-please--branches--main--components--tangerine branch from e0f1543 to 1644aba Compare August 28, 2025 16:17
@mergery mergery bot merged commit 922d2d9 into main Aug 31, 2025
30 checks passed
@mergery mergery bot deleted the release-please--branches--main--components--tangerine branch August 31, 2025 01:23
@liblaf
Copy link
Contributor Author

liblaf bot commented Aug 31, 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 31, 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