An open API service indexing awesome lists of open source software.

https://github.com/stackql/chocolatey-install


https://github.com/stackql/chocolatey-install

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# chocolatey install for stackql

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`.

```xml


stackql
0.8.175
https://github.com/stackql/stackql/releases/tag/v0.8.175
...
```

## Build Locally

To build locally, run the following command in powershell (as Administrator) from the root of the repository:

```powershell
cd stackql; choco pack
```

## Test Locally

To install locally run:

```powershell
choco install stackql -dv -s "'.;https://chocolatey.org/api/v2/'"
```

To uninstall locally run:

```powershell
choco uninstall stackql
```

## Publish via GitHub Actions

New packages are automatically published to chocolatey.org via GitHub Actions when a merge to the `main` branch is performed.