feat(publish): incrementing pages-vN release tags instead of rolling pages-latest #1
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/incrementing-semver-releases"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requested by Joel while Harbormaster works on the pages-webhook receiver. Replaces the rolling pages-latest tag (which made every release look identical) with an incrementing pages-v0.1.<run_number> tag per deploy. Confirmed pages-webhook's deploy path is webhook-event-driven, not tag-name-dependent, so this is a drop-in change.