googleapis / googleapis/release-please
Generic updater does not update if version appears multiple times in the line
Open
priority: p3
type: bug
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
```bash
https://github.com/segator/terralink/releases/download/v0.2.0/terralink-0.2.0-darwin-amd64 # x-release-please-version
```
only updates the first occurrence
so it results in
```bash
https://github.com/segator/terralink/releases/download/v0.2.1/terralink-0.2.0-darwin-amd64 # x-release-please-version
```
Contributor guide
Assessment
This issue has not been assessed yet.