From 3b8719b40718c89491dda4f6143d0d105c486c49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:47:02 +0000 Subject: [PATCH] chore(main): release techdocs-rewrite-relative-links 1.0.1 --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 18 ++++++++++++++++++ .../techdocs-rewrite-relative-links/README.md | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..d44f340e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,7 +13,7 @@ "actions/setup-argo": "1.0.0", "actions/generate-openapi-clients": "1.0.0", "actions/push-to-gcs": "0.1.0", - "actions/techdocs-rewrite-relative-links": "1.0.0", + "actions/techdocs-rewrite-relative-links": "1.0.1", "actions/validate-policy-bot-config": "1.0.0", "actions/trigger-argo-workflow": "1.0.0" } diff --git a/actions/techdocs-rewrite-relative-links/CHANGELOG.md b/actions/techdocs-rewrite-relative-links/CHANGELOG.md index ca48c0a4d..7b308d5c1 100644 --- a/actions/techdocs-rewrite-relative-links/CHANGELOG.md +++ b/actions/techdocs-rewrite-relative-links/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/techdocs-rewrite-relative-links-v1.0.0...techdocs-rewrite-relative-links-v1.0.1) (2024-12-20) + + +### 🐛 Bug Fixes + +* **techdocs-rewrite-relative-links:** run `go mod tidy` ([#653](https://github.com/grafana/shared-workflows/issues/653)) ([a4e8131](https://github.com/grafana/shared-workflows/commit/a4e8131f2eb342771e1c5564fd934444767c04b0)) + + +### 🏗️ Build System + +* **deps:** bump golang.org/x/term from 0.27.0 in /actions/techdocs-rewrite-relative-links ([#640](https://github.com/grafana/shared-workflows/issues/640)) ([afd0338](https://github.com/grafana/shared-workflows/commit/afd0338e2d7a8786b0365156450f3e02d5bf8af8)) +* **deps:** bump goldmark-markdown from 0.3.0 to 0.4.1 in techdocs-rewrite-relative-links ([#652](https://github.com/grafana/shared-workflows/issues/652)) ([5b45f78](https://github.com/grafana/shared-workflows/commit/5b45f78444eda7dd8b4e08d99bc91e55aa3cb007)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v5.2.0 ([#646](https://github.com/grafana/shared-workflows/issues/646)) ([bf4b9d4](https://github.com/grafana/shared-workflows/commit/bf4b9d4275d219cda56ae308981df427575b880e)) + ## 1.0.0 (2024-11-29) diff --git a/actions/techdocs-rewrite-relative-links/README.md b/actions/techdocs-rewrite-relative-links/README.md index eef2c1a92..c65e74114 100644 --- a/actions/techdocs-rewrite-relative-links/README.md +++ b/actions/techdocs-rewrite-relative-links/README.md @@ -28,10 +28,10 @@ Then this link inside the file will be changed to ... ```yaml - id: checkout-shared-workflows name: Checkout shared workflows - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.1 with: repository: grafana/shared-workflows - ref: techdocs-rewrite-relative-links-v1.0.0 + ref: techdocs-rewrite-relative-links-v1.0.1 path: _shared-workflows - name: Rewrite relative links