Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


packagist:knowledge

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン 両方とも次のリビジョン
packagist:knowledge [2020/07/17 11:53]
y2sunlight [composer.jsonの作成]
packagist:knowledge [2020/07/17 12:02]
y2sunlight [パッケージ・バージョンの管理]
行 48: 行 48:
 \\ \\
  
-===== パッケージバージョン管理する =====+===== パッケージバージョン管理 =====
  
-New versions of your package are automatically fetched from tags you create in your VCS repository.+パッケージの新しいバージョンは、バージョン管理システムのリポジトリに作成したタグから自動的にフェッチされます。
  
-The easiest way to manage versioning is to just omit the version field from the composer.json file. The version numbers will then be parsed from the tag and branch names.+バージョニングを管理する最も簡単な方法は、composer.json ファイルからバージョンフィールド( ''version'' )を省略することです。 その後は、バージョン番号はタグとブランチ名から解析されます。
  
 Tag/version names should match 'X.Y.Z', or 'vX.Y.Z', with an optional suffix for RC, beta, alpha or patch versions. Here are a few examples of valid tag names: Tag/version names should match 'X.Y.Z', or 'vX.Y.Z', with an optional suffix for RC, beta, alpha or patch versions. Here are a few examples of valid tag names:
行 64: 行 64:
 v2.0.4-p1 v2.0.4-p1
 </code> </code>
 +
 +Branches will automatically appear as "dev" versions that are easily installable by anyone that wants to try your library's latest and greatest, but that does not mean you should not tag releases. The use of [[https://semver.org/lang/ja/|Semantic Versioning]] is strongly encouraged.
  
 \\ \\
packagist/knowledge.txt · 最終更新: 2020/07/17 16:14 by y2sunlight