ikepu-tp/laravel-versioning 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

ikepu-tp/laravel-versioning

最新稳定版本:v1.6.1

Composer 安装命令:

composer require ikepu-tp/laravel-versioning

包简介

关键字:

README 文档

README

Features

  • Generate release notes using interactive command-line interface.
  • Automatic release and tagging if using GitHub.

How to use

1. Installation

composer require ikepu-tp/laravel-versioning

2. Installation Command

php artisan versioning:install

3. Create Release Notes

php artisan versioning:make
Option Description
--VT / --version_type= Specify the version type (major, minor, patch).
--J / --major Perform a major version upgrade.
--M / --minor Perform a minor version upgrade.
--P / --patch Perform a patch version upgrade.

Descriptions

When creating release notes, the following information will be recorded using an interactive command:

Key Required (Y/N) Description
version Y The version for which the release notes are being created.
releaseDate Y The release date.
Author N The name of the release note creator (bulleted list).
url N Links to include in the release notes.
description N Concise descriptions of changes, etc. (bulleted list).
newFeatures N Descriptions of new features (bulleted list).
changedFeatures N Descriptions of changed features (bulleted list).
deletedFeatures N Descriptions of deleted features (bulleted list).
notice N Important information to convey to users (bulleted list).
security N Security-related information to convey to users (bulleted list).
futurePlans N Plans for future changes (bulleted list).
note N Additional notes.

4. View Release Notes

http://localhost/version *Please replace http://localhost with your own domain.

Contributing

We welcome contributions to the project! You can get involved through the following ways:

Issue: Use for bug reports, feature suggestions, and more.

Pull Requests: We encourage code contributions for new features and bug fixes.

License

See LICENSE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-24