Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ classification:
- "tests/**"
- "benches/**"
- "nix/**"
default_category: code
default:
id: code
label: Code Contributor
6 changes: 4 additions & 2 deletions PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,10 @@ contributors-please.
no-cancel concurrency; ship both bins in `togl-<target>` archives
- [x] [P12-T05] contributors-please: update-contributors.yml,
.contributors.yml, CONTRIBUTORS.md markers
- [ ] [P12-TS01] Pre-release tag (vX.Y.Z-rc.1) exercises the pipeline
end-to-end before the first real release
- [ ] [P12-TS01] First gated release exercises the pipeline end-to-end
(an rc tag would fail the tag==version guard without a matching
version-bump commit, and npm would tag the rc `latest`; the
environment reviewer gates + TestPyPI smoke test cover the risk)

### Manual Steps (maintainer)
- PyPI + TestPyPI: add trusted publisher per registry for `togl`
Expand Down
Loading