github-release

command module
v0.0.0-...-9047c98 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 5 Imported by: 0

README

Thoughtgears GitHub Release

This action releases the internal actions to GitHub, it only needs the action name, assuming the action is in the same repository and its located under actions/action-name. It will extract the version from the tag and generate the release notes from the CHANGELOG.md file based on the version tagging.

Inputs

github_token

Required The GitHub token.

action

Required The name of the action.

latest

Set to true to create a latest release. Default is true.

prerelease

Set to true to create a prerelease. Default is false.

Example usage

uses: thoughtgears/github-release@v1
with:
  github_token: ${{ secrets.GITHUB_TOKEN }}
  action: 'action-name'
  latest: true
  prerelease: false

Author

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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