@ship-cli/core 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/bin.js +3 -3
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -190223,7 +190223,7 @@ Commands:
190223
190223
  describe Update change description
190224
190224
  bookmark Create or move a bookmark on current change
190225
190225
  sync Fetch and rebase onto trunk
190226
- restack Fetch, rebase, and push entire stack (like Graphite)
190226
+ restack Fetch, rebase, and push entire stack
190227
190227
  submit Push and create/update PR
190228
190228
  squash Squash current change into parent
190229
190229
  abandon Abandon a change
@@ -192898,7 +192898,7 @@ var command = ship.pipe(
192898
192898
  prCommand
192899
192899
  ])
192900
192900
  );
192901
- var version = "0.1.12" ;
192901
+ var version = "0.1.13" ;
192902
192902
  var run9 = run8(command, {
192903
192903
  name: "ship",
192904
192904
  version
@@ -194587,7 +194587,7 @@ All support optional \`workdir\` param.
194587
194587
  | Action | Params | Description |
194588
194588
  |--------|--------|-------------|
194589
194589
  | \`stack-sync\` | - | Fetch + rebase onto trunk |
194590
- | \`stack-restack\` | - | Fetch + rebase + push entire stack (like Graphite restack) |
194590
+ | \`stack-restack\` | - | Fetch + rebase + push entire stack |
194591
194591
  | \`stack-create\` | message?, bookmark?, noWorkspace? | New change (creates workspace by default) |
194592
194592
  | \`stack-describe\` | title, description? OR message | Update description (use title+description for proper multi-line commits) |
194593
194593
  | \`stack-submit\` | draft? | Push + create/update PR |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ship-cli/core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Linear + jj workflow CLI for AI agents",