Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-06 | fix: update dry run success message (#24885) | HasanAlrimawi | |
2024-07-22 | fix(publish): warn about missing license file (#24677) | David Sherret | |
Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now. | |||
2024-05-14 | fix(publish): error for missing version constraints on dry-publish instead ↵ | David Sherret | |
of just publish (#23798) Closes https://github.com/denoland/deno/issues/22835 | |||
2024-04-01 | chore(specs): add jsr and npm env vars to tests by default (#23171) | David Sherret | |
2024-03-31 | fix(check): ignore certain diagnostics in remote modules and when publishing ↵ | David Sherret | |
(#23119) Unused locals and parameters don't make sense to surface in remote modules. Additionally, fast check can cause these kind of diagnostics when publishing, so they should be ignored. Closes #22959 |