mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 13:43:37 -04:00
[PR #491] [MERGED] docs(readme): pin shoutrrr link to go.mod shoutrrr version #718
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-1📝 Commits (2)
4e28d5aadd shoutrrr version to README link20985c2Add 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.7version 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.