hashicorp / terraform-docs-agents

Content for Terraform's agents documentation.
terraform-docs-agents.vercel.app
Mozilla Public License 2.0
7 stars 15 forks source link

feat: automate release on PR merge #12

Closed thiskevinwang closed 2 years ago

thiskevinwang commented 2 years ago

What

This adds a GitHub action to run when PRs with branches like tfc-agent-changelog/1.2.6 are merged into main.

The version, will be derived from the branch name, and a GitHub release will be published

Why

This is in support of versioned-docs automation

Screenshots

Example from test repo

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
terraform-docs-agents ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 11:15PM (UTC)
ryanuber commented 2 years ago

Awesome work @thiskevinwang ! Thanks for tackling this!