mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/54
Author: @lavturo
Created: 7/11/2019
Status: ❌ Closed
Base:
master← Head:fix_issue53📝 Commits (3)
24acb36Fixes #53: Created batch files540384aFixes #53: Updated with suggestions86ca18dFixes #53: Removed support for 5.6 - 7.1 respectively📊 Changes
4 files changed (+243 additions, -0 deletions)
View changed files
➕
bin/get_latest_revision.cmd(+10 -0)➕
bin/get_qa.cmd(+75 -0)➕
bin/get_release.cmd(+77 -0)➕
bin/get_snapshot.cmd(+81 -0)📄 Description
Created 3 separate batch file to get builds from release, QA and snapshot branches.
Each batch file has slightly different implementations because of how the names were setup.
@weltling @cmb69 Could you two check if these are good as is? I have been using them and it seems to work fine so far. One thing I was unsure about was which branches to include. I included the branches that I saw on the snaps branch (excluding ostc and master).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.