Update public links for SQMeter ASCOM Alpaca naming#47
Merged
Conversation
- README.md: update CI/codecov badge URLs, git clone example, and Releases link to use the intended public repo name SQMeter-ASCOM-Alpaca. GitHub redirects from the old SQMeter-Safety-Monitor URL during transition. - docs/upgrading.md: update all three GitHub Releases links to the new name. - installer/setup.iss: update AppURL (AppPublisherURL, AppSupportURL, AppUpdatesURL) to the new repo name. - internal/config/paths.go: update ReleasesURL constant (shown in --version output) to the new repo name; add transition note. - .goreleaser.yaml: add TODO comment on release.name; value left unchanged until the GitHub repo is actually renamed to avoid breaking releases. Binary, service, module, and app data paths are unchanged in this PR. Refs #44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
go test ./...— all packages pass (8/8)Notes
SQMeter-Safety-Monitor) to the renamed repo during transition, so updating docs links now is safe..goreleaser.yamlrelease.nameis left asSQMeter-Safety-Monitorwith aTODO(repo-rename)comment — changing it before the actual GitHub rename would break release publishing.Remaining work
The following references cannot safely be updated until the GitHub repo is actually renamed to
SQMeter-ASCOM-Alpaca:.goreleaser.yamlrelease.name— controls which GitHub repo GoReleaser publishes releases to; must match the live repo nameRefs #44