Skip to content

Commit

Permalink
fix(doc): Update .goreleaser.yaml: fix link to full changelog
Browse files Browse the repository at this point in the history
The link was wrong, pointing to a non-existing project.
  • Loading branch information
chtitux committed Oct 31, 2023
1 parent daabe1e commit dc708e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ release:
name: prometheus-rds-exporter
name_template: "v{{.Version}}"
footer: |
**Full Changelog**: https://github.com/qonto/poc-goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}
**Full Changelog**: https://github.com/qonto/prometheus-rds-exporter/compare/{{ .PreviousTag }}...{{ .Tag }}

0 comments on commit dc708e2

Please sign in to comment.