mattimatti/axus-api-client

Axus 旅行应用 API 客户端

2.0.3 2020-06-17 11:03 UTC

This package is auto-updated.

Last update: 2024-09-09 21:30:10 UTC


README

此存储库提供了一个非官方的 php 库,以简化连接到 Axus 旅行应用 V1 端点,具体请参考此文档页面

https://axustravelapp.com/api/v1/docs

构建

https://packagist.org.cn/packages/corneltek/phprelease

每个任务都有自己的选项,运行 help 命令,你应该会看到这些任务的选项

$ phprelease help
PHPRelease - The Fast PHP Release Manager

Usage
    phprelease [options] [command] [argument1 argument2...]

Options
           -v, --verbose   Print verbose message.
             -d, --debug   Print debug message.
             -q, --quiet   Be quiet.
              -h, --help   help
               --version   show version
                   --dry   dryrun mode.
            --bump-major   bump major (X) version.
            --bump-minor   bump minor (Y) version.
            --bump-patch   bump patch (Z) version, this is the default.
 -s, --stability <value>   set stability
                   --dev   set stability to dev.
                    --rc   set stability to rc.
                   --rc1   set stability to rc1.
                   --rc2   set stability to rc2.
                   --rc3   set stability to rc3.
                   --rc4   set stability to rc4.
                   --rc5   set stability to rc5.
                  --beta   set stability to beta.
                 --alpha   set stability to alpha.
                --stable   set stability to stable.
       --remote <value>+   git remote names for pushing.

要提高主版本,只需传递标志即可

phprelease --bump-major

你还可以在 dry-run 模式下测试你的发布步骤

phprelease --dryrun