Skip to content

Commit 94dedb6

Browse files
chore(main): release techdocs-rewrite-relative-links 1.0.3
1 parent f626737 commit 94dedb6

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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-07-23)
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+
13+
14+
### 🔧 Miscellaneous Chores
15+
16+
* **deps:** update actions/setup-go action to v5.5.0 ([#1055](https://github.com/grafana/shared-workflows/issues/1055)) ([bedd909](https://github.com/grafana/shared-workflows/commit/bedd909cfbd5a0d1df440552f0eb6891e7371509))
17+
* **deps:** update dependency go to v1.24.4 ([#1108](https://github.com/grafana/shared-workflows/issues/1108)) ([c222bcb](https://github.com/grafana/shared-workflows/commit/c222bcb2c642c4301d0de750ec3cae56abed3ac4))
18+
* **deps:** update dependency go to v1.24.5 ([#1119](https://github.com/grafana/shared-workflows/issues/1119)) ([1727c04](https://github.com/grafana/shared-workflows/commit/1727c049c6d0c0c2b8665880be9e2a0fe411c043))
19+
* **deps:** update module github.com/urfave/cli/v2 to v3 ([#1113](https://github.com/grafana/shared-workflows/issues/1113)) ([77b35d6](https://github.com/grafana/shared-workflows/commit/77b35d6684b57abbd23dd0521518a11c024eb237))
20+
* **deps:** update module github.com/urfave/cli/v2 to v3 ([#1116](https://github.com/grafana/shared-workflows/issues/1116)) ([60f3402](https://github.com/grafana/shared-workflows/commit/60f340234824bbe468556cd2291876a509f05a48))
21+
* **deps:** update module golang.org/x/term to v0.33.0 ([#1128](https://github.com/grafana/shared-workflows/issues/1128)) ([af0b589](https://github.com/grafana/shared-workflows/commit/af0b5894104c3f7d937a51d2086050beb1929c5a))
22+
* **techdocs-rewrite-relative-links:** roll forward again to cli/v3 ([#1126](https://github.com/grafana/shared-workflows/issues/1126)) ([475e8e7](https://github.com/grafana/shared-workflows/commit/475e8e778c0034970a15c46f64ec90d7f945b1cd))
23+
* **techdocs-rewrite-relative-links:** switch to go.yaml.in ([#1034](https://github.com/grafana/shared-workflows/issues/1034)) ([8ec6e54](https://github.com/grafana/shared-workflows/commit/8ec6e54906ba35ade843244964ce7de9226c70a5))
24+
325
## [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)
426

527

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)