@mattpolzin/harmony 6.4.0 → 6.5.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 +11 -33
  2. package/harmony +733 -711
  3. package/man/harmony.1 +7 -1
  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 6.4.0" "Harmony User\(cqs Guide"
3
+ .TH "harmony" "1" "" "Version 6.5.0" "Harmony User\(cqs Guide"
4
4
  .SH NAME
5
5
  Harmony \- Harmonize with coworkers around GitHub reviewing
6
6
  .SH SYNOPSIS
@@ -215,6 +215,12 @@ Optionally extract a Jira ticket slug or GitHub issue number from the
215
215
  branch name and prepend it to the PR title or body to link the PR and
216
216
  ticket/issue.
217
217
  .TP
218
+ \f[CR]bugfixPRTitlePrefix\f[R] (optional string)
219
+ A string to prefix default PR titles with when the branch the PR is
220
+ being created from is determined to be a bugfix branch (branch name
221
+ starts with `bugfix').
222
+ For example, a common prefix is `[fix]'.
223
+ .TP
218
224
  \f[CR]addPrTreeDescription\f[R] (\f[CR]true\f[R]/\f[CR]false\f[R])
219
225
  Determines whether to add a tree of PRs to the description for any PR
220
226
  that is into a branch other than the \f[CR]mainBranch\f[R] configured.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattpolzin/harmony",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },