mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Publish to @types on github, not @testtypepublishing Since the name is the same as NPM, a lot of name-switching infrastructure isn't needed anymore. I'm going to need a separate token for publishing now. I haven't got that done yet. * Differentiate github publish:@types vs types-registry To create 3 different NPM publishers, I needed 3 different tokens, and 3 different enums, which further led to difference between package publishing and registry publishing code. I think this is OK; it's clunky but painfully explicit. * remove GithubPackages token+enum entry