承接 pensiero/github-tools 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pensiero/github-tools

Composer 安装命令:

composer require pensiero/github-tools

包简介

Helpful GitHub tools packed in a ZF2 module

README 文档

README

Created by Oscar Fanelli

Introduction

ZF2 module that provides tools to connect your application with your GitHub repository via ZF2 console. What you can do?

  • Automatically create a new PR (from develop to master) and a new draft release (its notes will contains the diff commits between develop and master)
  • Mark a repository as deployed

Installation

GitHub Tools work with composer. Make sure you have the composer.phar downloaded and you have a composer.json file at the root of your project. To install it, add the following line into your composer.json file:

"require": {
    "pensiero/github-tools": "~1.0"
}

Requirements

Configuration

Use the config/github-tools.local.php.dist as blueprint configuration file: copy it to the config/autoload directory of your ZF2 application and remove the .dist extension from its name.

If you are using environment variables to store sensible informations of your projects (like auth keys) you can use the following ones:

  • GITHUB_ACCESS_TOKEN will override the github_access_token config
  • ENV will override the environment config
  • PROTOCOL and HOST will be combined in order to override the target_url config

NOTE: if github_from_branch === github_to_branch, PR creation will be skipped and the release will be created with the diff commits against the latest release

Available commands

Mark a repository as deployed

Will be marked the configurated GitHub repository as deployed

php public/index.php github mark-repo-deployed

Create a new release

Will be created a new PR from github_from_branch to github_to_branch named with the new version name. Will be created a new draft release for github_to_branch named with the new version name.

Major

New version name: get the latest release name and increment the major part of 1, according to semver.

Example:

  • Latest release: v2.0.3
  • New release: v3.0.0
php public/index.php github create-major-release

Minor

New version name: get the latest release name and increment the minor part of 1, according to semver.

Example:

  • Latest release: v2.0.3
  • New release: v2.1.0
php public/index.php github create-minor-release

Patch

New version name: get the latest release name and increment the patch part of 1, according to semver.

Example:

  • Latest release: v2.0.3
  • New release: v2.0.4
php public/index.php github create-patch-release

统计信息

  • 总下载量: 44
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2017-02-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固