summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:43:02 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:43:02 -0400
commitf710fe361fbf79e4ed5c7e71392ec41f3ffba574 (patch)
treecfed6bc555773fd5349758e65986bc07109a3fac /deployment
parent60ba2be3c40a56b782e0872605aee4bd9f9023bd (diff)
ci: Fix missing version number in template
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/choco/bottom.nuspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/choco/bottom.nuspec.template b/deployment/windows/choco/bottom.nuspec.template
index acecb0ca..0dda79db 100644
--- a/deployment/windows/choco/bottom.nuspec.template
+++ b/deployment/windows/choco/bottom.nuspec.template
@@ -42,7 +42,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
For more [documentation and usage](https://github.com/ClementTsang/bottom/blob/master/README.md), see the [official repo](https://github.com/ClementTsang/bottom).
</description>
- <releaseNotes>https://github.com/ClementTsang/bottom/releases/tag/0.4.3/</releaseNotes>
+ <releaseNotes>https://github.com/ClementTsang/bottom/releases/tag/$version/</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->