@kitschpatrol/repo-config 4.7.1 → 4.7.2

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.
@@ -2,6 +2,8 @@ name: Overwrite GitHub repo metadata with info from package.json
2
2
  on:
3
3
  push:
4
4
  branches: [main]
5
+ workflow_dispatch:
6
+
5
7
  jobs:
6
8
  build:
7
9
  name: Sync Metadata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/repo-config",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "type": "module",
5
5
  "description": "Repository configuration and GitHub workflows for @kitschpatrol/shared-config.",
6
6
  "repository": {
package/readme.md CHANGED
@@ -110,12 +110,12 @@ Usage:
110
110
  repo-config [<file|glob> ...]
111
111
  ```
112
112
 
113
- | Option | Alias | Argument | Description |
114
- | ---------------- | ----- | -------- | ---------------------------------------------------------------- |
115
- | `--init` | `-i` | | Initialize by copying starter config files to your project root. |
116
- | `--print-config` | `-p` | `<path>` | Print the effective configuration at a certain path. |
117
- | `--help` | `-h` | | Print this help info. |
118
- | `--version` | `-v` | | Print the package version. |
113
+ | Option | Argument | Description |
114
+ | ------------------------ | -------- | ---------------------------------------------------------------- |
115
+ | `--init`<br>`-i` | | Initialize by copying starter config files to your project root. |
116
+ | `--print-config`<br>`-p` | `<path>` | Print the effective configuration at a certain path. |
117
+ | `--help`<br>`-h` | | Print this help info. |
118
+ | `--version`<br>`-v` | | Print the package version. |
119
119
 
120
120
  <!-- /cli-help -->
121
121