Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1'
Browse files Browse the repository at this point in the history
* hotfix/0.3.1:
  (#16) Add VERIFICATION.txt to package
  (maint) Fixed URL to CCR package page
  • Loading branch information
gep13 committed Jan 13, 2023
2 parents 629a40f + ac35c87 commit 89a1b39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitreleasemanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ close:
The release is available on:
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
- [Chocolatey Package](https://chocolatey.org/packages/chocolatey/{milestone})
- [Chocolatey Package](https://chocolatey.org/packages/checksum/{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:
12 changes: 12 additions & 0 deletions nuspec/chocolatey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Checksum comes from Chocolatey Software, Inc.

To verify the binaries:

- To go the GitHub Releases page: https://github.com/chocolatey/checksum/releases.
- Find the release that you are interested in.
- There you should find the exe that is contained within the Chocolatey package
for that version, and also the SHA of the file
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Task("Prepare-Chocolatey-Packages")
CleanDirectory(BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/tools/app");

// Copy legal documents
CopyFile(BuildParameters.RootDirectoryPath + "/LICENSE", BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/tools/app/LICENSE.txt");
CopyFile(BuildParameters.RootDirectoryPath + "/LICENSE", BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/legal/LICENSE.txt");


// Copy main file
CopyFile(BuildParameters.Paths.Directories.PublishedApplications + "/checksum/checksum.exe", BuildParameters.Paths.Directories.ChocolateyNuspecDirectory + "/tools/app/checksum.exe");
Expand Down

0 comments on commit 89a1b39

Please sign in to comment.