summaryrefslogtreecommitdiff
path: root/cli/tools/registry/paths.rs
AgeCommit message (Collapse)Author
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
Also fixes the issue where we say a package was successfully published before it wasn't. Bug in https://github.com/denoland/deno/pull/24714
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ↵David Sherret
not in pkg (#24714)
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-05-14fix(publish): always include config file when publishing (#23797)David Sherret
Closes https://github.com/denoland/deno/issues/23796
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
Files that were gitignored only were not included in the diagnostic.
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato