Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ plugins:
releaseRules:
- type: feat
release: minor
- type: impr
release: patch
- type: fix
release: patch
- type: perf
Expand All @@ -37,9 +35,6 @@ plugins:
- type: feat
section: "Features"
hidden: false
- type: impr
section: "Improvements"
hidden: false
- type: fix
section: "Bug Fixes"
hidden: false
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AGENTS.md

This file provides guidance to Claude Code when working with this repository.
Must read [README.md](README.md) first.

**Required reading:** Must start by reading [README.md](README.md) for project overview, structure, key files, and common tasks.
This project uses the mloda framework. Assume any given task is related to mloda.
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CLAUDE.md

Must follow [AGENTS.md](AGENTS.md) for AI guidance and documentation links.
Must read [AGENTS.md](AGENTS.md) first.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "placeholder-my-plugin"
# Always start at least at 0.2.0 to make semver work.
# Initial release for semver needs also a manually pushed minimum tag (likely 0.2.0).
version = "0.2.3"
description = "TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template"
license = "Apache-2.0"
Expand Down