Skip to content

Commit dd3affd

Browse files
committed
fix: small reference in AGENTS.md
1 parent 0fe8a1c commit dd3affd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Before committing, ensure that the following operations items check:
102102
To create a new release follow the following steps:
103103

104104
- Make sure that both the tests pass and the code formatting are valid.
105-
- Increment (look at `CHANGELOG.md` for semver changes) the `version` value in `setup.py`, and then the `def _version(self):` return value in `src/budy`.
105+
- Increment (look at `CHANGELOG.md` for semver changes) the `version` value in `setup.py`, and then the `def _version(self):` return value in `src/budy/main.py`.
106106
- Move all the `CHANGELOG.md` Unreleased items that have at least one non empty item the into a new section with the new version number and date, and then create new empty sub-sections (Added, Changed and Fixed) for the Unreleased section with a single empty item.
107107
- Create a commit with the following message `version: $VERSION_NUMBER`.
108108
- Push the commit.

0 commit comments

Comments
 (0)