Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions - Auto generate changelog and docs when publish a new release #98

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

zulh-civo
Copy link
Member

Tho trigger this release workflow moving forward, we can use GitHub web UI or GitHub CLI v2:

GitHub web UI

image

  • Go to Actions > Release > Run workflow
  • Enter the new version to release e.g. v0.10.11
  • Click the Run workflow button

GitHub CLI

Run:

$ gh workflow run release.yml --repo civo/terraform-provider-civo --field newVersionTag=vX.X.X

Example:

$ gh workflow run release.yml --repo civo/terraform-provider-civo --field newVersionTag=v0.10.11

References:

@zulh-civo zulh-civo merged commit 14e7970 into civo:master Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants