Skip to content

Releases: Automattic/pressship

Pressship 0.1.12

22 May 17:35
@f f

Choose a tag to compare

What's changed

  • Update the bundled wordpress-plugin-publish agent skill with the latest Pressship workflows.
  • Document pressship verify, wp ship, global install, unified --no-verify, SVN checkout-root releases, SVN password handling, and release guardrails in the skill docs.
  • Keep the WP-CLI master compatibility branch aligned for wp package install f/pressship fallback behavior.

Verification

  • npm run build
  • npm run typecheck
  • npm test
  • npm run docs:build
  • npm pack --dry-run
  • PHP syntax checks for the WP-CLI bridge

Pressship 0.1.11

22 May 08:43
@f f

Choose a tag to compare

What's changed

  • Fix the WP-CLI bridge so wp ship resolves the published Node package from an isolated npx prefix.
  • This avoids same-name local workspace resolution when running wp ship from inside the Pressship repository or another local checkout.

Verification

  • npm run build
  • npm run typecheck
  • npm test
  • npm run docs:build
  • npm pack --dry-run
  • PHP syntax checks for the WP-CLI bridge
  • Local WP-CLI package install smoke test for wp ship

Pressship 0.1.10

22 May 08:40
@f f

Choose a tag to compare

What's changed

  • Add a WP-CLI package surface installable with wp package install f/pressship.
  • Register wp ship as a thin PHP bridge to the Node.js Pressship package via npx.
  • Document the WP-CLI package workflow in the README and docs.
  • Include composer.json and wp-cli/* in the npm package tarball.

Verification

  • npm run build
  • npm run typecheck
  • npm test
  • npm run docs:build
  • npm pack --dry-run
  • PHP syntax checks for the WP-CLI bridge
  • Local WP-CLI package install smoke test for wp ship

Pressship 0.1.9

22 May 08:12
@f f

Choose a tag to compare

What's changed

  • Add pressship verify / npx pressship verify to run readme validation and Plugin Check without creating a zip, submitting, or touching SVN.
  • Add JSON output for verification results.
  • Document the verify workflow in the README and Docusaurus docs.
  • Add unit coverage for verification summary output.

Verification

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

Pressship 0.1.8

21 May 15:52
@f f

Choose a tag to compare

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.

Pressship 0.1.7

21 May 13:39
@f f

Choose a tag to compare

What's changed

  • Add pressship info --remote to force hosted WordPress.org plugin-store info.
  • Local targets with --remote now discover the local plugin slug first, then fetch WordPress.org metadata.
  • Document the remote info lookup mode.

Validation

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

Pressship 0.1.6

21 May 13:28
@f f

Choose a tag to compare

What's changed

  • Make pressship get -> cd checkout -> pressship version patch -> pressship publish work naturally for WordPress.org SVN checkouts.
  • Treat SVN checkout roots as trunk/ for plugin discovery and version bumps.
  • Route publish from a local SVN working copy to the release flow.
  • Prevent local .pressship-svn working copies from being copied into SVN trunk or tags.

Validation

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

Pressship 0.1.5

21 May 13:19
@f f

Choose a tag to compare

What's changed

  • Stop SVN publish/release early when the selected version already exists in WordPress.org SVN.
  • Show a clear no-version-change message before syncing files or creating tags.
  • Document the version-change requirement for publish and release flows.

Validation

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

Pressship 0.1.4

21 May 12:05
@f f

Choose a tag to compare

What's changed

  • Add pressship ls for WordPress.org plugin discovery.
  • Add pressship get to checkout or update plugin SVN working copies.
  • Improve SVN release credentials with generated WordPress.org SVN password storage.
  • Add Subversion detection and guided installer support for get/release flows.
  • Update README and docs for the new commands and setup behavior.

Validation

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

v0.1.3

19 May 19:21
@f f

Choose a tag to compare

Includes the WordPress plugin publishing agent skill in the npm package tarball so Claude/Codex skill installers can discover wordpress-plugin-publish from the Pressship repository.