Skip to content

Commit 98698b2

Browse files
chore(main): release techdocs-rewrite-relative-links 1.0.3
1 parent f8b49cb commit 98698b2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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.2",
1515
"actions/push-to-gcs": "0.2.1",
16-
"actions/techdocs-rewrite-relative-links": "1.0.2",
16+
"actions/techdocs-rewrite-relative-links": "1.0.3",
1717
"actions/validate-policy-bot-config": "1.1.1",
1818
"actions/trigger-argo-workflow": "1.1.1",
1919
"actions/setup-jrsonnet": "1.0.1",

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

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

3+
## [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-06-16)
4+
5+
6+
### 🏗️ Build System
7+
8+
* **deps:** bump github.com/urfave/cli/v2 ([f8b49cb](https://github.com/grafana/shared-workflows/commit/f8b49cb362d4dbedf4537ee64f758e15b0edbc36))
9+
* **deps:** bump github.com/urfave/cli/v2 to 2.27.7 in /techdocs-rewrite-relative-links ([#1028](https://github.com/grafana/shared-workflows/issues/1028)) ([f8b49cb](https://github.com/grafana/shared-workflows/commit/f8b49cb362d4dbedf4537ee64f758e15b0edbc36))
10+
* **deps:** bump the go group ([c7717e9](https://github.com/grafana/shared-workflows/commit/c7717e97859bfea4ba90539d59575dd8452cccf8))
11+
* **deps:** bump the go group in /actions/techdocs-rewrite-relative-links with 2 updates ([#1016](https://github.com/grafana/shared-workflows/issues/1016)) ([c7717e9](https://github.com/grafana/shared-workflows/commit/c7717e97859bfea4ba90539d59575dd8452cccf8))
12+
313
## [1.0.2](https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links-v1.0.1...techdocs-rewrite-relative-links/v1.0.2) (2025-06-04)
414

515

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.2
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.3
3232
with:
3333
repository: grafana/shared-workflows
34-
ref: techdocs-rewrite-relative-links-v1.0.2
34+
ref: techdocs-rewrite-relative-links-v1.0.3
3535
path: _shared-workflows
3636
persist-credentials: false
3737

0 commit comments

Comments
 (0)