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

Use Github Actions instead of Circle CI #124

Merged
merged 6 commits into from
Dec 12, 2019

Conversation

khos2ow
Copy link
Member

@khos2ow khos2ow commented Sep 22, 2019

Prerequisites

Put an x into the box(es) that apply:

  • This pull request fixes a bug.
  • This pull request adds a feature.
  • This pull request enhances existing functionality.
  • This pull request introduces breaking change.

For more information, see the Contributing Guide.

Description

This PR replaces Circle CI config for Github Actions. The workflow actions defined are:

  • build for verifying, testing and building PRs and master
  • prerelease for preparing a pre-release tag and publishing the artifacts for it (every tags of v*.*.*-* pattern, e.g. v0.7.0-alpha)
  • release for preparing a release tag and publishing the artifacts for it (for every tags of v*.*.*, such as v0.7.0)
  • stale for automatic interaction with stale PRs and issues (to be added)

Issues Resolved

List any existing issues this pull request resolves.

Checklist

Put an x into all boxes that apply:

Tests

  • I have added tests to cover my changes.
  • All tests pass when I run make test.

Documentation

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Code Style

  • My code follows the code style of this project.

@khos2ow
Copy link
Member Author

khos2ow commented Sep 23, 2019

@metmajer This PR is blocked by #115 and also Action needs to be enabled from the repository Settings page.

@khos2ow khos2ow merged commit 088d71b into terraform-docs:master Dec 12, 2019
@khos2ow khos2ow deleted the actions branch December 12, 2019 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant