joneshf / terraform-provider-openwrt

A Terraform provider for OpenWrt using LuCI's JSON-RPC API
https://registry.terraform.io/providers/joneshf/openwrt
Mozilla Public License 2.0
33 stars 8 forks source link

Add a `make` target to release a new patch version #111

Closed joneshf closed 1 year ago

joneshf commented 1 year ago

We want to make things a little easier to deal with. So we add a make target that lets us release a new patch version easily.

Since patch versions are the only bumping we've been doing, we only add support for bumping patch versions. We can add support for other versions when we get to that point.