Skip to content

Commit

Permalink
fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Jan 25, 2021
1 parent a8bc708 commit 7f0bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Dockerfile: bitwarden_rs/docker/arm32v7/Dockerfile.alpine

manifest.yaml: $(BITWARDEN_GIT_FILE)
yq eval -i ".version = \"$(VERSION)\"" manifest.yaml
yq eval -i ".release-notes = \"https://github.com/dani-garcia/bitwarden_rs/releases/tag/v$(VERSION)\"" manifest.yaml
yq eval -i ".release-notes = \"https://github.com/dani-garcia/bitwarden_rs/releases/tag/$(VERSION)\"" manifest.yaml

0 comments on commit 7f0bfee

Please sign in to comment.