Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release techdocs-rewrite-relative-links 1.0.1 #642

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
20 changes: 20 additions & 0 deletions actions/techdocs-rewrite-relative-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 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-07)


### πŸ› 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 github.com/lmittmann/tint to 1.0.6 in techdocs-rewrite-relative-links ([#666](https://github.com/grafana/shared-workflows/issues/666)) ([9e7784d](https://github.com/grafana/shared-workflows/commit/9e7784dfb059f9d0fad48bb206e3431410611386))
* **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 golang.org/x/term from 0.27.0 to 0.28.0 in techdocs-rewrite-relative-links ([#674](https://github.com/grafana/shared-workflows/issues/674)) ([6ce83c7](https://github.com/grafana/shared-workflows/commit/6ce83c79478658ca7e65a1c6be3d4ab4d003483e))
* **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