github-action-readme-generator 1.8.1 → 1.8.3

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/package.json +2 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.8.3](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.2...v1.8.3) (2025-11-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** update package.json ([489cdf9](https://github.com/bitflight-devops/github-action-readme-generator/commit/489cdf9287705c014e3fa04b060e9d235ae60a1c))
7
+
8
+ ## [1.8.2](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.1...v1.8.2) (2025-11-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **ci:** add conventional commits to github actions version updater ([c49de89](https://github.com/bitflight-devops/github-action-readme-generator/commit/c49de89e9ad4027401ffbee34b63c8735c13fa54))
14
+
1
15
  ## [1.8.1](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.0...v1.8.1) (2025-11-06)
2
16
 
3
17
 
package/README.md CHANGED
@@ -123,7 +123,7 @@ This configuration will automatically regenerate your README whenever `action.ym
123
123
  <!-- start usage -->
124
124
 
125
125
  ```yaml
126
- - uses: bitflight-devops/github-action-readme-generator@v1.8.0
126
+ - uses: bitflight-devops/github-action-readme-generator@v1.8.2
127
127
  with:
128
128
  # Description: The absolute or relative path to the `action.yml` file to read in
129
129
  # from.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "github-action-readme-generator",
3
3
  "displayName": "bitflight-devops/github-action-readme-generator",
4
- "version": "1.8.1",
4
+ "version": "1.8.3",
5
5
  "description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.",
6
6
  "keywords": [
7
7
  "actions",
@@ -134,17 +134,7 @@
134
134
  "provenance": true
135
135
  }
136
136
  ],
137
- [
138
- "@semantic-release/github",
139
- {
140
- "assets": [
141
- "dist/**",
142
- "action.yml",
143
- "package.json",
144
- "package-lock.json"
145
- ]
146
- }
147
- ],
137
+ "@semantic-release/github",
148
138
  "@semantic-release/git"
149
139
  ],
150
140
  "preset": "angular"