Skip to content

Conversation

@liblaf
Copy link
Contributor

@liblaf liblaf bot commented Jan 4, 2026

🤖 I have created a release beep boop

0.1.13 (2026-01-04)

🐛 Bug Fixes

  • exclude mkdocs config from copier skip list (b3ce4a4)

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 Jan 4, 2026
@liblaf liblaf bot force-pushed the release-please--branches--main branch from 8e383ee to 8d481c4 Compare January 4, 2026 12:15
@liblaf liblaf bot added the automerge Merge the pull request once unit tests and other checks pass. label Jan 4, 2026
@liblaf liblaf bot force-pushed the release-please--branches--main branch from 8d481c4 to 8202d27 Compare January 4, 2026 12:15
@liblaf
Copy link
Contributor Author

liblaf bot commented Jan 4, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.3s
✅ JSON prettier 8 0 0 0 0.37s
✅ JSON v8r 8 0 0 4.49s
⚠️ PYTHON ruff yes yes 2 no 0.24s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 19 1 0 3.24s
✅ YAML prettier 4 0 0 0 0.42s
✅ YAML v8r 4 0 0 4.58s
✅ YAML yamllint 4 0 0 0.36s

Detailed Issues

⚠️ SPELL / cspell - 1 error
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [pyvenv, peen, pena, pend, peng]
CSpell: Files checked: 19, Issues found: 1 in 1 file.


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": [
        "pyenv"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ 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

@liblaf liblaf bot force-pushed the release-please--branches--main branch from 8202d27 to 1f4660a Compare January 4, 2026 12:16
@mergery mergery bot merged commit 381a88d into main Jan 4, 2026
3 checks passed
@mergery mergery bot deleted the release-please--branches--main branch January 4, 2026 12:17
@liblaf
Copy link
Contributor Author

liblaf bot commented Jan 4, 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 Jan 4, 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.

2 participants