index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
integration
/
publish_tests.rs
Age
Commit message (
Expand
)
Author
2024-08-12
feat(publish): error on missing license file (#25011)
David Sherret
2024-07-22
fix(publish): warn about missing license file (#24677)
David Sherret
2024-07-12
fix(publish): show dirty files on dirty check failure (#24541)
David Sherret
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-03-22
feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)
Asher Gomez
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-08
fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)
David Sherret
2024-03-08
fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)
David Sherret
2024-03-08
fix(publish): include explicitly specified .gitignored files and directories ...
David Sherret
2024-03-08
fix(publish): do not include .gitignore (#22789)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
Bartek Iwańczuk
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-04
feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)
Divy Srivastava
2024-02-29
feat(publish): enable package provenance by default on github actions (#22635)
Divy Srivastava
2024-02-29
test(publish): adjust a test for .env files (#22595)
Bartek Iwańczuk
2024-02-29
fix(publish): print a warning when .jsx or .tsx is imported (#22631)
Bartek Iwańczuk
2024-02-28
Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)
Bartek Iwańczuk
2024-02-28
fix(publish): error if there are uncommitted changes (#22613)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-26
test(publish): add a test that checks for .env files (#22590)
Bartek Iwańczuk
2024-02-23
feat: infer dependencies from package.json (#22563)
Marvin Hagemeister
2024-02-23
feat(publish): respect .gitignore during `deno publish` (#22514)
Divy Srivastava
2024-02-21
feat(publish): type check on publish (#22506)
David Sherret
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-14
feat(publish): allow passing config flag (#22416)
Leo Kettmeir
2024-02-12
chore: continue tests/ re-org (#22396)
Matt Mastracci
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci