ddev / github-action-setup-ddev

Set up your GitHub Actions workflow with DDEV
GNU General Public License v3.0
35 stars 7 forks source link

Add workflow for maintaining the v1 via a tag instead of a branch #9

Closed davereid closed 1 year ago

davereid commented 1 year ago

The Issue

The v1 version is currently stored in a branch, which mirrors the main branch. This branch has to be maintained or PR/merge/pushed to by someone regularly.

How This PR Solves The Issue

By adding a v1 tag instead of branch, we can automate this process via a workflow. This matches what other projects use:

Manual Testing Instructions

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

davereid commented 1 year ago

Going to merge this in for testing.