Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-26 | fix(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-25 | fix(workspaces/publish): include the license file from the workspace root if ↵ | David Sherret | |
not in pkg (#24714) | |||
2024-07-05 | refactor: move `FileCollector` to deno_config (#24433) | David Sherret | |
2024-05-14 | fix(publish): always include config file when publishing (#23797) | David Sherret | |
Closes https://github.com/denoland/deno/issues/23796 | |||
2024-04-24 | fix(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-24 | feat(publish): give diagnostic on invalid package files (#22082) | Luca Casonato | |