Skip to content

chore(main): release 0.1.24#66

Merged
mergery[bot] merged 1 commit intomainfrom
release-please--branches--main
Mar 27, 2026
Merged

chore(main): release 0.1.24#66
mergery[bot] merged 1 commit intomainfrom
release-please--branches--main

Conversation

@liblaf
Copy link
Copy Markdown
Contributor

@liblaf liblaf Bot commented Mar 27, 2026

🤖 I have created a release beep boop

0.1.24 (2026-03-27)

🐛 Bug Fixes

  • template: use python shebang for init generator (99bbe79)

This PR was generated with Release Please. See documentation.

@liblaf liblaf Bot added the autorelease: pending is the initial state of the Release PR before it is merged label Mar 27, 2026
@liblaf liblaf Bot temporarily deployed to MegaLinter March 27, 2026 12:58 Inactive
@liblaf liblaf Bot added the automerge Merge the pull request once unit tests and other checks pass. label Mar 27, 2026
@liblaf liblaf Bot force-pushed the release-please--branches--main branch from 90eab78 to fd28764 Compare March 27, 2026 12:58
@liblaf liblaf Bot temporarily deployed to MegaLinter March 27, 2026 12:58 Inactive
@liblaf
Copy link
Copy Markdown
Contributor Author

liblaf Bot commented Mar 27, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.5s
✅ JSON prettier 7 0 0 0 0.47s
✅ JSON v8r 7 0 0 3.39s
⚠️ PYTHON ruff yes yes 2 no 0.27s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 22 2 0 4.07s
✅ YAML prettier 4 0 0 0 0.49s
✅ YAML v8r 4 0 0 4.86s
✅ YAML yamllint 4 0 0 0.47s

Detailed Issues

⚠️ SPELL / cspell - 2 errors
template/.vscode/settings.json:8:10      - Unknown word (grimp)      -- "**/.grimp_cache/": true,
	 Suggestions: [gimp, grim, grip, gramp, grime]
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 22, Issues found: 2 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": [
        "grimp",
        "pyenv"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
 - template/.config/copier/mise-tasks/install.sh [4:1 - 25:8] (21 lines, 159 tokens)
   template/.config/copier/mise-tasks/upgrade.sh [5:1 - 26:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 3              │ 98          │ 641          │ 1            │ 21 (21.43%)      │ 159 (24.8%)       │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 3              │ 121         │ 1078         │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 114         │ 693          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 67          │ 425          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 12             │ 400         │ 2837         │ 1            │ 21 (5.25%)       │ 159 (5.6%)        │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (5.25%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (5.25%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:612:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:110:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:22
    at async /node-deps/node_modules/jscpd/dist/jscpd.js:351:5
⚠️ PYTHON / ruff - 2 errors
N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.py:1:1

N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.pyi:1:1

Found 2 errors.

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@mergery mergery Bot merged commit 193112d into main Mar 27, 2026
3 checks passed
@mergery mergery Bot deleted the release-please--branches--main branch March 27, 2026 13:08
@liblaf
Copy link
Copy Markdown
Contributor Author

liblaf Bot commented Mar 27, 2026

🤖 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 Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass. 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.

1 participant