logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

ci: add automatic versioning and release builds #27

Closed mdeltito closed 3 years ago

mdeltito commented 3 years ago

This modifies the release step so that we get automatic version bumps and releases when merging to main. Releases will still be created as a "draft" in GitHub, so we can control when they get pulled into the registry.

This does not include any provisions for handling pre-releases. Instead, that can be accomplished by manually downloading the appropriate binary from the draft release.