diff --git a/.releaserc.yaml b/.releaserc.yaml index 3b3982c..cc3c4a2 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -9,8 +9,6 @@ plugins: releaseRules: - type: feat release: minor - - type: impr - release: patch - type: fix release: patch - type: perf @@ -37,9 +35,6 @@ plugins: - type: feat section: "Features" hidden: false - - type: impr - section: "Improvements" - hidden: false - type: fix section: "Bug Fixes" hidden: false diff --git a/AGENTS.md b/AGENTS.md index 730b898..049cd27 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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. diff --git a/CLAUDE.md b/CLAUDE.md index 7134c2d..0aeb8e0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 4cf1612..6be1fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"