Skip to content

Commit 700fc11

Browse files
committed
Document release tag workflow [skip ci]
1 parent c2f7f0b commit 700fc11

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
@@ -57,7 +57,7 @@
5757
## PRs And Releases
5858
- PRs target `master`, stay scoped, and include what changed, why, and what was tested.
5959
- Add trigger labels at PR creation when the first CI run matters: `documentation`, `run-gpu-ci`, or `pre-release`. Adding them after PR creation is too late for the first run.
60-
- Release tags are annotated tags on current `origin/master`, not feature branches.
60+
- Release tags are annotated tags on current `origin/master`, not feature branches: `git fetch origin master --tags`, `git tag -a <tag> -F notes.md origin/master`, `git push origin <tag>`, `gh release create <tag> --title <tag> --notes-file notes.md`.
6161
- Registrator notes must mention breaking status: include `## Breaking changes` or state `No breaking changes`.
6262

6363
## References

0 commit comments

Comments
 (0)