Skip to content

Pressship 0.1.8

Choose a tag to compare

@f f released this 21 May 15:52
· 18 commits to main since this release

What's changed

  • Run readme validation and Plugin Check before SVN-backed publish/release flows.
  • Add --no-verify as the single bypass flag across publish, submit, release, and pack.
  • Replace pack's old --no-validate surface with --no-verify for consistent CLI behavior.
  • Document the verification flow and add regression coverage for release verification before SVN work starts.

Verification

  • npm run build
  • npm run typecheck
  • npm test
  • npm run docs:build
  • npm pack --dry-run

npm publish intentionally not run from this release prep.