setup-terraform/.github/workflows
Brian Flad aa7ea2f4b9
.github/workflows: Add GitHub Release title to workflow (#312)
Reference: https://github.com/hashicorp/ghaction-terraform-provider-release/issues/44

```console
$ gh release create --help
Create a new GitHub Release for a repository.

A list of asset files may be given to upload to the new release. To define a
display label for an asset, append text starting with `#` after the file name.

If a matching git tag does not yet exist, one will automatically get created
from the latest state of the default branch.
Use `--target` to point to a different branch or commit for the automatic tag creation.
Use `--verify-tag` to abort the release if the tag doesn't already exist.
To fetch the new tag locally after the release, do `git fetch --tags origin`.

To create a release from an annotated git tag, first create one locally with
git, push the tag to GitHub, then run this command.

When using automatically generated release notes, a release title will also be automatically
generated unless a title was explicitly passed. Additional release notes can be prepended to
automatically generated notes by using the notes parameter.

USAGE
  gh release create [<tag>] [<files>...]

FLAGS
      --discussion-category string   Start a discussion in the specified category
  -d, --draft                        Save the release as a draft instead of publishing it
      --generate-notes               Automatically generate title and notes for the release
      --latest                       Mark this release as "Latest" (default: automatic based on date and version)
  -n, --notes string                 Release notes
  -F, --notes-file file              Read release notes from file (use "-" to read from standard input)
      --notes-start-tag string       Tag to use as the starting point for generating release notes
  -p, --prerelease                   Mark the release as a prerelease
      --target branch                Target branch or full commit SHA (default: main branch)
  -t, --title string                 Release title
      --verify-tag                   Abort in case the git tag doesn't already exist in the remote repository
```
2023-02-28 14:25:15 -05:00
..
data/local Upgrade dependencies and clean up package config (#63) 2020-10-30 13:07:27 -07:00
add-content-to-project.yml Bump leonsteinhaeuser/project-beta-automations from 2.0.1 to 2.1.0 (#310) 2023-02-27 15:23:47 -05:00
continuous-integration.yml .github/workflows: Use actions/reusable-workflows for CI validation (#282) 2022-12-22 10:51:35 -05:00
jira-sync.yml Bump atlassian/gajira-transition from 3.0.0 to 3.0.1 (#294) 2023-02-09 09:15:13 -05:00
release.yml .github/workflows: Add GitHub Release title to workflow (#312) 2023-02-28 14:25:15 -05:00
send-to-jira.yml Bump atlassian/gajira-create from 3.0.0 to 3.0.1 (#293) 2023-02-09 09:13:30 -05:00
setup-terraform.yml Update GitHub workflow branch triggers from master -> main (#216) 2022-09-17 17:18:44 -04:00