[PR #491] [MERGED] docs(readme): pin shoutrrr link to go.mod shoutrrr version #718

Closed
opened 2025-11-20 04:25:49 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/491
Author: @piksel
Created: 6/16/2023
Status: Merged
Merged: 6/17/2023
Merged by: @qdm12

Base: masterHead: patch-1


📝 Commits (2)

  • 4e28d5a add shoutrrr version to README link
  • 20985c2 Add unit test to maintain shoutrrr link

📊 Changes

5 files changed (+60 additions, -3 deletions)

View changed files

📝 .dockerignore (+1 -1)
📝 Dockerfile (+2 -0)
📝 README.md (+1 -1)
📝 go.mod (+1 -1)
readme/shoutrrr_version_test.go (+55 -0)

📄 Description

In shoutrrr, whenever a new service is added, or new features are added to an existing service we bump the minor version and push a new version tag to the docs. This allows consumers of the library to link directly to the documentation for the version they are currently using, avoiding confusion about missing features.

This PR adds the 0.7 version to the README which of course should be updated whenever the dependency is updated. Feel free to opt out of this by closing the PR 😁.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/491 **Author:** [@piksel](https://github.com/piksel) **Created:** 6/16/2023 **Status:** ✅ Merged **Merged:** 6/17/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`4e28d5a`](https://github.com/qdm12/ddns-updater/commit/4e28d5ad51b20206c518dc82c946e0d1aa7d9159) add shoutrrr version to README link - [`20985c2`](https://github.com/qdm12/ddns-updater/commit/20985c2eee296b57f28decf24dda7b857369fa99) Add unit test to maintain shoutrrr link ### 📊 Changes **5 files changed** (+60 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -1) 📝 `Dockerfile` (+2 -0) 📝 `README.md` (+1 -1) 📝 `go.mod` (+1 -1) ➕ `readme/shoutrrr_version_test.go` (+55 -0) </details> ### 📄 Description In `shoutrrr`, whenever a new service is added, or new features are added to an existing service we bump the minor version and push a new version tag to the docs. This allows consumers of the library to link directly to the documentation for the version they are currently using, avoiding confusion about missing features. This PR adds the `0.7` version to the README which of course should be updated whenever the dependency is updated. Feel free to opt out of this by closing the PR 😁. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#718