github-action-readme-generator 1.12.7 → 1.12.9
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.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/dist/bin/index.js +677 -523
- package/dist/mjs/index.d.ts +2 -3
- package/dist/mjs/index.js +37 -16
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.12.9](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.12.8...v1.12.9) (2026-09-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **usage:** comment continuation lines of a multi-line input default ([#687](https://github.com/bitflight-devops/github-action-readme-generator/issues/687)) ([552b645](https://github.com/bitflight-devops/github-action-readme-generator/commit/552b6454837940ecdb5ef53c94e86b7016f19a78))
|
|
7
|
+
|
|
8
|
+
## [1.12.8](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.12.7...v1.12.8) (2026-08-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **integration:** validate every generated section ([#674](https://github.com/bitflight-devops/github-action-readme-generator/issues/674)) ([145adf2](https://github.com/bitflight-devops/github-action-readme-generator/commit/145adf23d424efc4f7d2ff8560e58c22d4ed78c3))
|
|
14
|
+
|
|
1
15
|
## [1.12.7](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.12.6...v1.12.7) (2026-08-15)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -267,7 +267,7 @@ value replaced by `***REDACTED***`. Keys whose names look sensitive (`auth`,
|
|
|
267
267
|
<!-- start usage -->
|
|
268
268
|
|
|
269
269
|
```yaml
|
|
270
|
-
- uses: bitflight-devops/github-action-readme-generator@v1.12.
|
|
270
|
+
- uses: bitflight-devops/github-action-readme-generator@v1.12.8
|
|
271
271
|
with:
|
|
272
272
|
# Description: The absolute or relative path to the `action.yml` file to read in
|
|
273
273
|
# from.
|