Skip to content

Commit

Permalink
Merge pull request #8 from stackql/feature/stackql-release-update
Browse files Browse the repository at this point in the history
updated to 0.5.509
  • Loading branch information
jeffreyaven authored Dec 25, 2023
2 parents 3eca3f1 + 8991c8c commit 00fdf48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Creates a chocolatey package for stackql

## Update checksum in `chocolateyinstall.ps1`

run the following command in powershell from the root of the repository:

```powershell
.\update_checksum.ps1
```

## Bump the version

To bump the version, update the `version` and `releaseNotes` fields in `stackql/stackql.nuspec`.
Expand Down
1 change: 0 additions & 1 deletion stackql/stackql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<iconUrl>https://rawcdn.githack.com/stackql/stackql.io/c58a82edd5c42244866e01887cc112a2c275a08b/static/android-chrome-192x192.png</iconUrl>
<copyright>2023 StackQL Studios</copyright>
<licenseUrl>https://github.com/stackql/stackql/blob/main/LICENSE</licenseUrl>
<authors>stackql</authors>
<owners>stackql</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/stackql/stackql</projectSourceUrl>
Expand Down

0 comments on commit 00fdf48

Please sign in to comment.