Skip to content

Commit 470f30f

Browse files
chore(main): release techdocs-rewrite-relative-links 1.0.4
1 parent 773f5b1 commit 470f30f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"actions/setup-argo": "1.0.2",
1414
"actions/generate-openapi-clients": "1.0.3",
1515
"actions/push-to-gcs": "0.3.0",
16-
"actions/techdocs-rewrite-relative-links": "1.0.3",
16+
"actions/techdocs-rewrite-relative-links": "1.0.4",
1717
"actions/validate-policy-bot-config": "1.1.1",
1818
"actions/trigger-argo-workflow": "1.2.0",
1919
"actions/setup-jrsonnet": "1.0.2",

actions/techdocs-rewrite-relative-links/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links/v1.0.3...techdocs-rewrite-relative-links/v1.0.4) (2025-11-17)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** bump github.com/urfave/cli/v3 ([80f9be5](https://github.com/grafana/shared-workflows/commit/80f9be521dccb52127d4c8412da7d48a8302231f))
9+
* **deps:** bump github.com/urfave/cli/v3 to 3.6.0 in techdocs-rewrite-relative-links ([#1507](https://github.com/grafana/shared-workflows/issues/1507)) ([80f9be5](https://github.com/grafana/shared-workflows/commit/80f9be521dccb52127d4c8412da7d48a8302231f))
10+
* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f))
11+
312
## [1.0.3](https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links/v1.0.2...techdocs-rewrite-relative-links/v1.0.3) (2025-11-06)
413

514

actions/techdocs-rewrite-relative-links/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Then this link inside the file will be changed to ...
2828
```yaml
2929
- id: checkout-shared-workflows
3030
name: Checkout shared workflows
31-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.3
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.4
3232
with:
3333
repository: grafana/shared-workflows
34-
ref: techdocs-rewrite-relative-links-v1.0.3
34+
ref: techdocs-rewrite-relative-links-v1.0.4
3535
path: _shared-workflows
3636
persist-credentials: false
3737

0 commit comments

Comments
 (0)