publish-q-sys-plugin

command module
v0.0.0-...-80a3208 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2019 License: GPL-3.0 Imports: 14 Imported by: 0

README

publish-q-sys-plugin

GitHub action to publish Q-Sys Plugins to Nuget server (Built for https://github.com/q-sys-community)

Inputs

nuget-host

Required The host for the NuGet server in format "http://host/path/"

nuspec-file

The name of the .nuxped file, defaults to first found in root.

api-key

The API Key that grants write access to the NuGet server

version

The version to tag this release as in NuSpec file. Defaults to 'commit-tag' which will try to extract it from the commit tag. Will replace any instances of 0.0.0.0-master in .qplug files with version. Must be in format x.x.x.x.

release-notes (ToDo: Not implemented Yet)

Gathers git commit references since last version tag and replaces ReleaseNotes field of NuSpec file.

md-to-desc

Converts specified MarkDown file to NuGet server format and replaces Description field of NuSpec file.

Outputs

None (for now)

Example usage

uses: soloworks/publish-q-sys-plugin with: nuget-host: 'http://myhost/mypluginpath/' api-key: ${{ secrets.NUGET_APIKEY }}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL