Skip to content

Commit

Permalink
chore(main): release techdocs-rewrite-relative-links 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent c846558 commit 91ef98a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 18 additions & 0 deletions actions/techdocs-rewrite-relative-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) (2025-01-02)


### 🐛 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)


Expand Down
4 changes: 2 additions & 2 deletions actions/techdocs-rewrite-relative-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ef98a

Please sign in to comment.