Skip to content

Commit

Permalink
Add link to the latest release to nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one committed Jun 23, 2022
1 parent 9cb207f commit 8958c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
git add .
git commit -m "Update project versions to ${{ steps.update.outputs.newVersion }}"
git tag v${{ steps.update.outputs.newVersion }}
git push --atomic origin main v${{ steps.update.outputs.newVersion }}
git push --atomic origin master v${{ steps.update.outputs.newVersion }}
2 changes: 1 addition & 1 deletion Source/VersOne.Epub/VersOne.Epub.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Unlicense</license>
<projectUrl>https://github.com/vers-one/EpubReader</projectUrl>
<releaseNotes>All content files now expose their physical file path in EPUB archive.</releaseNotes>
<releaseNotes>Release notes: https://github.com/vers-one/EpubReader/releases/latest/</releaseNotes>
<copyright>Unlicense &lt;http://unlicense.org&gt;</copyright>
<tags>epub</tags>
<dependencies>
Expand Down

0 comments on commit 8958c03

Please sign in to comment.