Skip to content

Commit d37f3ec

Browse files
committed
docs(agents): document checking commits before release
1 parent 71636ea commit d37f3ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ The current version of the project is not stable yet, so you need to follow the
282282
* Unless specified, do not attempt to stabilize the version. That is, do not try to update the version to >=1.0.0. Versions for now should be <1.0.0.
283283
* For minor changes, update only the Y in 0.X.Y. For example: 0.5.2 -> 0.5.3
284284
* For major/feature changes, update the X in 0.X.Y and set the Y to 0. For example: 0.5.2 -> 0.6.0
285+
* Before choosing if the changes are minor or major, check all the commits since the last tag.
285286

286287
After the commit is merged into the default branch the workflow will cross-compile the project and create a GitHub release of that version.
287288
Check the workflow file in case of doubt.

0 commit comments

Comments
 (0)