Skip to content

Commit 1079b2c

Browse files
chore(main): release techdocs-rewrite-relative-links 1.0.0 (#591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent 1025215 commit 1079b2c

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"actions/setup-argo": "1.0.0",
1414
"actions/generate-openapi-clients": "1.0.0",
1515
"actions/push-to-gcs": "0.1.0",
16+
"actions/techdocs-rewrite-relative-links": "1.0.0",
1617
"actions/validate-policy-bot-config": "1.0.0",
1718
"actions/trigger-argo-workflow": "1.0.0"
1819
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-29)
4+
5+
6+
### 🎉 Features
7+
8+
* Add new techdocs-rewrite-relative-links-action ([#99](https://github.com/grafana/shared-workflows/issues/99)) ([93c8404](https://github.com/grafana/shared-workflows/commit/93c84040a318ceb535ed130b9b75c76eb68b0a06))
9+
* add workflow to check for non-releasable actions ([#588](https://github.com/grafana/shared-workflows/issues/588)) ([e16bf1a](https://github.com/grafana/shared-workflows/commit/e16bf1ac180d7b6c9c13a6e556b24e0f7dc0d57c))
10+
11+
12+
### 🏗️ Build System
13+
14+
* **deps:** bump github.com/lmittmann/tint ([#177](https://github.com/grafana/shared-workflows/issues/177)) ([826d369](https://github.com/grafana/shared-workflows/commit/826d3691f064335999aef6ef23ffc6538e147376))
15+
* **deps:** bump github.com/stretchr/testify to 1.10.0 in techdocs-rewrite-relative-links ([#544](https://github.com/grafana/shared-workflows/issues/544)) ([5d49d39](https://github.com/grafana/shared-workflows/commit/5d49d39babf8ae91ba280ccef533c31e1946c699))
16+
* **deps:** bump github.com/urfave/cli/v2 ([#201](https://github.com/grafana/shared-workflows/issues/201)) ([dde8acb](https://github.com/grafana/shared-workflows/commit/dde8acb54da60098e920bd9442c7e139667a3a28))
17+
* **deps:** bump github.com/yuin/goldmark ([#169](https://github.com/grafana/shared-workflows/issues/169)) ([e301e85](https://github.com/grafana/shared-workflows/commit/e301e85d119a27052ec81ee08e7534ebd5399419))
18+
* **deps:** bump github.com/yuin/goldmark ([#490](https://github.com/grafana/shared-workflows/issues/490)) ([3b57051](https://github.com/grafana/shared-workflows/commit/3b5705198b2065f0f3770d1dc0897100dd542279))
19+
* **deps:** bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 in /actions/techdocs-rewrite-relative-links in the go group ([#158](https://github.com/grafana/shared-workflows/issues/158)) ([5ea1833](https://github.com/grafana/shared-workflows/commit/5ea18334f9d4802d225a8f166b32420ce718c312))
20+
* **deps:** bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 in /actions/techdocs-rewrite-relative-links in the go group ([#162](https://github.com/grafana/shared-workflows/issues/162)) ([f74fc14](https://github.com/grafana/shared-workflows/commit/f74fc14c6814279a125394bd334e8b9136eef32a))
21+
* **deps:** bump golang.org/x/term ([#236](https://github.com/grafana/shared-workflows/issues/236)) ([bc8f42d](https://github.com/grafana/shared-workflows/commit/bc8f42d48bc613f37cd79dcf404c38bb10478b66))
22+
* **deps:** bump golang.org/x/term ([#442](https://github.com/grafana/shared-workflows/issues/442)) ([401c24d](https://github.com/grafana/shared-workflows/commit/401c24d573c64ce526c64ca16a545be291e5bf1e))
23+
* **deps:** bump golang.org/x/term from 0.21.0 to 0.22.0 in /actions/techdocs-rewrite-relative-links in the go group ([#175](https://github.com/grafana/shared-workflows/issues/175)) ([a9d055f](https://github.com/grafana/shared-workflows/commit/a9d055f624a21325a10cea41709364d59d48741c))
24+
* **deps:** bump golang.org/x/term from 0.25.0-0.26.0 in techdocs-rewrite-relative-links ([#527](https://github.com/grafana/shared-workflows/issues/527)) ([05b04e5](https://github.com/grafana/shared-workflows/commit/05b04e5c7e0e2d34f7e28a3ee29e2a9f65f1e2a6))
25+
* **deps:** bump the go group ([#211](https://github.com/grafana/shared-workflows/issues/211)) ([737f037](https://github.com/grafana/shared-workflows/commit/737f0378710fde818882a9a5f913fdc6f9c74bd7))
26+
* **deps:** bump the go group ([#460](https://github.com/grafana/shared-workflows/issues/460)) ([8172509](https://github.com/grafana/shared-workflows/commit/8172509ced8cde8cdbc8c8430811b0aafa5a3478))
27+
* **deps:** bump the go group in /actions/techdocs-rewrite-relative-links with 3 updates ([#151](https://github.com/grafana/shared-workflows/issues/151)) ([c1e60af](https://github.com/grafana/shared-workflows/commit/c1e60af3dc9e1d3262a753f33e3763379660e118))
28+
29+
30+
### 🔧 Miscellaneous Chores
31+
32+
* **deps:** update actions/checkout action to v4.1.7 ([#244](https://github.com/grafana/shared-workflows/issues/244)) ([1d5fba5](https://github.com/grafana/shared-workflows/commit/1d5fba52e7cb2780dfd1af758e1d84e35ce6e8f7))
33+
* **deps:** update actions/checkout action to v4.2.0 ([#313](https://github.com/grafana/shared-workflows/issues/313)) ([ba6268c](https://github.com/grafana/shared-workflows/commit/ba6268c6beef0ab5b461f45eef4cfe1b4e6d6013))
34+
* **deps:** update actions/checkout action to v4.2.1 ([#445](https://github.com/grafana/shared-workflows/issues/445)) ([c72e039](https://github.com/grafana/shared-workflows/commit/c72e039d656ea7db5cbcfd98dffd0f8554e1f029))
35+
* **deps:** update actions/checkout action to v4.2.2 ([#498](https://github.com/grafana/shared-workflows/issues/498)) ([7c6dbe2](https://github.com/grafana/shared-workflows/commit/7c6dbe23c5fd8f3ab5863fb0e3f9d95de621b746))
36+
* **deps:** update actions/setup-go action to v5.0.2 ([#245](https://github.com/grafana/shared-workflows/issues/245)) ([47c75fd](https://github.com/grafana/shared-workflows/commit/47c75fd2f3c1bb6d1a1b7e21c3dabbb24081f56d))
37+
* **deps:** update actions/setup-go action to v5.1.0 ([#501](https://github.com/grafana/shared-workflows/issues/501)) ([afcd2c5](https://github.com/grafana/shared-workflows/commit/afcd2c517a07f844b271fa82982f96ed436216d2))

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 # v4.1.1
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.0
3232
with:
3333
repository: grafana/shared-workflows
34-
ref: techdocs-rewrite-relative-links-v0.0.1
34+
ref: techdocs-rewrite-relative-links-v1.0.0
3535
path: _shared-workflows
3636

3737
- name: Rewrite relative links

0 commit comments

Comments
 (0)