@mattpolzin/harmony 5.5.1 → 5.6.0

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 (4) hide show
  1. package/README.md +179 -66
  2. package/harmony +412 -294
  3. package/man/harmony.1 +6 -2
  4. package/package.json +1 -1
package/man/harmony.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .\" Automatically generated by Pandoc 3.7.0.2
2
2
  .\"
3
- .TH "harmony" "1" "" "Version 5.5.1" "Harmony User\(cqs Guide"
3
+ .TH "harmony" "1" "" "Version 5.6.0" "Harmony User\(cqs Guide"
4
4
  .SH NAME
5
5
  Harmony \- Harmonize with coworkers around GitHub reviewing
6
6
  .SH SYNOPSIS
@@ -428,12 +428,16 @@ Create a PR for the current branch and add the \f[CR]urgent\f[R] label:
428
428
  .EX
429
429
  harmony pr #urgent
430
430
  .EE
431
- .SS \f[CR]quick\f[R]
431
+ .SS \f[CR]quick [\-\-bugfix]\f[R]
432
432
  Helps you create a new GitHub issue and a branch to work on that issue
433
433
  all in one go.
434
434
  The branch name will be structured such that if you have GitHub branch
435
435
  parsing on then the PR you create for the branch later on will refer to
436
436
  the issue created now.
437
+ .PP
438
+ By default the branch created will be prefixed with \f[CR]feature\f[R]
439
+ but if you specify the \f[CR]\-\-bugfix\f[R] flag then the branch\(cqs
440
+ prefix will be \f[CR]bugfix\f[R].
437
441
  .SS \f[CR]reflect\f[R]
438
442
  Show a summary of your review requests and authored pull requests.
439
443
  .SS \f[CR]request {team\-slug | +user\-login} [options]\f[R]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattpolzin/harmony",
3
- "version": "5.5.1",
3
+ "version": "5.6.0",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },