ddelnano / packer-plugin-xenserver

A builder plugin for Packer.IO to support building XenServer images.
Mozilla Public License 2.0
72 stars 37 forks source link

Add configuration for github release generation #85

Closed ddelnano closed 1 year ago

ddelnano commented 1 year ago

This change will streamline the release process by allowing labels to dictate how the release notes are generated. I started using this on another one of my projects and have been happy with it so far (https://github.com/ddelnano/terraform-provider-mikrotik/).

In addition to this, I've also updated goreleaser to publish releases without a draft and to run the unit tests before proceeding with the release.