635 B
635 B
Agent Instructions
Commit Policy
Automatically commit changes once a full feature, bugfix, refactor, or other coherent unit of work is finished. Do not wait for the user to ask for a commit.
Versioning Policy
Only update the version, when the user explicitly asks for it.
Guidelines for how to update the version
- Use
cargo set-versionto bump the version. Decide, based on the actual changes, based on semver semantics, if major, minor or patch needs to be bumped. - Update the CHANGELOG.md file accordingly.
- Create a release commit.
- Tag the release commit in the style of previous versioning tags.